From c389b29195f4ecaf09b34e0221d8aaaf361c8c0a Mon Sep 17 00:00:00 2001 From: Tobydrama Date: Tue, 14 Apr 2020 14:51:29 +0200 Subject: [PATCH] la til flere game stats --- .../inf112/fiasko/roborally/element_properties/GameState.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/java/inf112/fiasko/roborally/element_properties/GameState.java b/src/main/java/inf112/fiasko/roborally/element_properties/GameState.java index f9c9dee..720f360 100644 --- a/src/main/java/inf112/fiasko/roborally/element_properties/GameState.java +++ b/src/main/java/inf112/fiasko/roborally/element_properties/GameState.java @@ -16,5 +16,7 @@ public enum GameState { //Indicates that the user is in the process of choosing whether to power down CHOOSING_POWER_DOWN, //Indicates that the user is in the process of choosing whether to stay in power down - CHOOSING_STAY_IN_POWER_DOWN + CHOOSING_STAY_IN_POWER_DOWN, + //Indicates that the user is in the process of sending their cards to the server + SENDING_CARDS }