9 lines
147 B
C#
Raw Normal View History

2022-03-02 19:46:33 -08:00
namespace QSB.TimeSync;
public enum PauseReason
{
2022-03-02 19:46:33 -08:00
TooFarAhead,
ServerNotStarted,
WaitingForAllPlayersToDie,
WaitingForAllPlayersToBeReady
}