11 lines
119 B
C#
Executable File
11 lines
119 B
C#
Executable File
|
|
namespace OpenRa.Game.Traits
|
|
{
|
|
class Unit
|
|
{
|
|
public int Facing;
|
|
|
|
public Unit( Actor self ) { }
|
|
}
|
|
}
|