This commit is contained in:
2026-05-14 13:17:23 +02:00
parent 37f4ea3b4e
commit 70bba45b8a
18 changed files with 293 additions and 71 deletions

View File

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