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

@@ -4,6 +4,7 @@ namespace OpenRa.Game.Traits
{
class UnitInfo : OwnedActorInfo, ITraitInfo
{
public readonly int InitialFacing = 128;
public readonly int ROT = 0;
public readonly int Speed = 0;