mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2024-12-28 00:19:27 +00:00
9 lines
147 B
C#
9 lines
147 B
C#
namespace QSB.TimeSync;
|
|
|
|
public enum PauseReason
|
|
{
|
|
TooFarAhead,
|
|
ServerNotStarted,
|
|
WaitingForAllPlayersToDie,
|
|
WaitingForAllPlayersToBeReady
|
|
} |