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