Files
OpenRA/OpenRa.Game/Traits/Unit.cs
2009-12-05 14:23:59 +13:00

11 lines
119 B
C#
Executable File

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