quantum-space-buddies/QSB/ClientServerStateSync/ClientState.cs

13 lines
222 B
C#
Raw Permalink Normal View History

2022-03-03 03:46:33 +00:00
namespace QSB.ClientServerStateSync;
public enum ClientState
2021-08-08 18:57:58 +00:00
{
2022-03-03 03:46:33 +00:00
NotLoaded,
InTitleScreen,
AliveInSolarSystem,
DeadInSolarSystem,
AliveInEye,
WaitingForOthersToBeReady,
WatchingLongCredits,
WatchingShortCredits
}