moving altitude onto Unit

This commit is contained in:
Chris Forbes
2009-12-17 09:44:22 +13:00
parent 26a797fb2d
commit bd2a2cefbb
3 changed files with 9 additions and 11 deletions

View File

@@ -4,6 +4,7 @@ namespace OpenRa.Game.Traits
class Unit
{
public int Facing;
public int Altitude;
public Unit( Actor self ) { }
}