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

11 lines
157 B
C#
Raw Normal View History

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