moved InitialFacing from OwnedActor to Unit

This commit is contained in:
Bob
2010-01-13 11:54:20 +13:00
parent e7d1407458
commit a3e071c60f
7 changed files with 5 additions and 8 deletions

View File

@@ -14,7 +14,6 @@ namespace OpenRa.Game.Traits
public readonly int HP = 0;
public readonly ArmorType Armor = ArmorType.none;
public readonly bool Crewed = false; // replace with trait?
public readonly int InitialFacing = 128;
public readonly int Sight = 0;
public readonly bool WaterBound = false;
}