diff --git a/Assets/Scripts/GameManager.cs b/Assets/Scripts/GameManager.cs index 2996604..b711e5a 100644 --- a/Assets/Scripts/GameManager.cs +++ b/Assets/Scripts/GameManager.cs @@ -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 }