package rts.core.engine.layers.entities.vehicles; import java.awt.Point; public interface ITransport { public Point transport(Mover entity); }