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