1
0
mirror of https://github.com/misternebula/quantum-space-buddies.git synced 2025-03-13 10:13:50 +00:00
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
}