init
This commit is contained in:
8
scripts/Faction.cs
Normal file
8
scripts/Faction.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace NodeWar;
|
||||
|
||||
public enum Faction
|
||||
{
|
||||
Neutral,
|
||||
Player,
|
||||
Computer
|
||||
}
|
||||
Reference in New Issue
Block a user