namespace OpenRa.Game.Traits { class Unit { public int Facing; public int Altitude; public Unit( Actor self ) { } } }