From 8e77f1cb135defb825944df3db4198aa60541a24 Mon Sep 17 00:00:00 2001 From: Marine Date: Sat, 27 Jan 2024 22:33:42 +0100 Subject: [PATCH] update GameState --- Assets/Scripts/GameManager.cs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 }