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

9 lines
147 B
C#
Raw Permalink Normal View History

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