Skip to content

Commit

Permalink
Add Team Constants
Browse files Browse the repository at this point in the history
- Adds team constants to Admin Mod
  • Loading branch information
data-bomb committed Mar 1, 2024
1 parent d6bc293 commit 7436b8a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Si_AdminMod/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@ public static class SiConstants
{
public const string SAM_AddAdmin_Usage = " usage: <player> <powers> <level>";


public const int MaxPlayableTeams = 3;

public enum ETeam
{
Alien = 0,
Centauri = 1,
Sol = 2,
Wildlife = 3
}
}
}

0 comments on commit 7436b8a

Please sign in to comment.