2022-02-25 23:18:46 -08:00

13 lines
222 B
C#

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