quantum-space-buddies/QSB/ClientServerStateSync/ClientState.cs
2022-03-02 19:46:33 -08:00

13 lines
222 B
C#

namespace QSB.ClientServerStateSync;
public enum ClientState
{
NotLoaded,
InTitleScreen,
AliveInSolarSystem,
DeadInSolarSystem,
AliveInEye,
WaitingForOthersToBeReady,
WatchingLongCredits,
WatchingShortCredits
}