1
0
mirror of https://github.com/misternebula/quantum-space-buddies.git synced 2025-03-13 19:19:49 +00:00

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
}