mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-02-06 00:39:55 +00:00
added "none" fast forward / pause reasons
This commit is contained in:
parent
87c36598b7
commit
4365d89119
@ -2,6 +2,7 @@
|
||||
{
|
||||
public enum FastForwardReason
|
||||
{
|
||||
None,
|
||||
TooFarBehind
|
||||
}
|
||||
}
|
||||
|
@ -2,6 +2,7 @@
|
||||
{
|
||||
public enum PauseReason
|
||||
{
|
||||
None,
|
||||
TooFarAhead,
|
||||
ServerNotStarted,
|
||||
WaitingForAllPlayersToDie,
|
||||
|
Loading…
x
Reference in New Issue
Block a user