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