Files
nodewars/scripts/Faction.cs
2026-05-13 18:52:00 +02:00

8 lines
75 B
C#

namespace NodeWar;
public enum Faction
{
Neutral,
Player,
Computer
}