package rts.core.engine.layers.entities; public interface IBigEntity { public float getRealX(); public float getRealY(); }