Remove PPos and PVecInt.

This commit is contained in:
Paul Chote
2013-09-21 18:31:12 +12:00
parent b96c430f84
commit 19e0c2a83f
6 changed files with 0 additions and 202 deletions

View File

@@ -32,7 +32,6 @@ namespace OpenRA
public IOccupySpace OccupiesSpace { get { return occupySpace.Value; } }
public CPos Location { get { return occupySpace.Value.TopLeft; } }
public PPos CenterLocation { get { return PPos.FromWPos(occupySpace.Value.CenterPosition); } }
public WPos CenterPosition { get { return occupySpace.Value.CenterPosition; } }
public WRot Orientation