8 lines
75 B
C#
8 lines
75 B
C#
namespace NodeWar;
|
|
|
|
public enum Faction
|
|
{
|
|
Neutral,
|
|
Player,
|
|
Computer
|
|
} |