update GameState
This commit is contained in:
parent
f6ab405393
commit
8e77f1cb13
@ -333,9 +333,10 @@ public enum GameState
|
|||||||
Explanation = 2,
|
Explanation = 2,
|
||||||
MakeProposition = 3,
|
MakeProposition = 3,
|
||||||
PropositionsSent = 4,
|
PropositionsSent = 4,
|
||||||
WaitingForOtherPlayers = 5,
|
MakeVote = 5,
|
||||||
VotingTime = 6,
|
VoteSent = 6,
|
||||||
Ending = 7
|
Score = 7,
|
||||||
|
Ending = 8
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user