10 lines
156 B
C#

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