first commit
This commit is contained in:
12
NitroxModel/Server/NitroxGameMode.cs
Normal file
12
NitroxModel/Server/NitroxGameMode.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace NitroxModel.Server;
|
||||
|
||||
/// <summary>
|
||||
/// GameModes according to Subnautica's enum GameModeOption
|
||||
/// </summary>
|
||||
public enum NitroxGameMode
|
||||
{
|
||||
SURVIVAL = 0,
|
||||
FREEDOM = 2,
|
||||
HARDCORE = 257,
|
||||
CREATIVE = 1790,
|
||||
}
|
Reference in New Issue
Block a user