mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2024-12-26 21:20:45 +00:00
13 lines
222 B
C#
13 lines
222 B
C#
namespace QSB.ClientServerStateSync;
|
|
|
|
public enum ClientState
|
|
{
|
|
NotLoaded,
|
|
InTitleScreen,
|
|
AliveInSolarSystem,
|
|
DeadInSolarSystem,
|
|
AliveInEye,
|
|
WaitingForOthersToBeReady,
|
|
WatchingLongCredits,
|
|
WatchingShortCredits
|
|
} |