9 lines
85 B
C#
9 lines
85 B
C#
namespace NodeWar.scripts;
|
|
|
|
public enum Faction
|
|
{
|
|
Neutral,
|
|
Player,
|
|
Computer,
|
|
}
|