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