This commit is contained in:
2026-05-13 18:52:00 +02:00
commit 2bb1acbece
404 changed files with 33353 additions and 0 deletions

8
scripts/Faction.cs Normal file
View File

@@ -0,0 +1,8 @@
namespace NodeWar;
public enum Faction
{
Neutral,
Player,
Computer
}