quantum-space-buddies/QSB/TimeSync/PauseReason.cs

9 lines
147 B
C#
Raw Normal View History

namespace QSB.TimeSync;
public enum PauseReason
{
TooFarAhead,
ServerNotStarted,
WaitingForAllPlayersToDie,
WaitingForAllPlayersToBeReady
}