added "none" fast forward / pause reasons

This commit is contained in:
Mister_Nebula 2021-09-25 09:47:50 +01:00
parent 87c36598b7
commit 4365d89119
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
{
public enum FastForwardReason
{
None,
TooFarBehind
}
}

View File

@ -2,6 +2,7 @@
{
public enum PauseReason
{
None,
TooFarAhead,
ServerNotStarted,
WaitingForAllPlayersToDie,