update GameState

This commit is contained in:
Marine 2024-01-27 22:33:42 +01:00
parent f6ab405393
commit 8e77f1cb13

View File

@ -333,9 +333,10 @@ public enum GameState
Explanation = 2,
MakeProposition = 3,
PropositionsSent = 4,
WaitingForOtherPlayers = 5,
VotingTime = 6,
Ending = 7
MakeVote = 5,
VoteSent = 6,
Score = 7,
Ending = 8
}