first commit
This commit is contained in:
12
NitroxModel/DataStructures/GameLogic/IntroCinematicMode.cs
Normal file
12
NitroxModel/DataStructures/GameLogic/IntroCinematicMode.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace NitroxModel.DataStructures.GameLogic;
|
||||
|
||||
public enum IntroCinematicMode : byte
|
||||
{
|
||||
NONE,
|
||||
LOADING,
|
||||
WAITING,
|
||||
START,
|
||||
PLAYING,
|
||||
SINGLEPLAYER,
|
||||
COMPLETED
|
||||
}
|
Reference in New Issue
Block a user