unitinfo.InitialFacing etc

This commit is contained in:
Chris Forbes
2009-11-29 14:56:09 +13:00
parent cc2ef432b4
commit 9860b35030
9 changed files with 63 additions and 48 deletions

View File

@@ -12,6 +12,7 @@ namespace OpenRa.Game.Traits
public Turreted(Actor self)
{
turretFacing = self.unitInfo.InitialFacing;
}
public void Tick( Actor self )