mirror of
https://github.com/inf112-v20/Fiasko.git
synced 2025-08-14 02:55:26 +02:00
la til flere game stats
This commit is contained in:
@@ -16,5 +16,7 @@ public enum GameState {
|
|||||||
//Indicates that the user is in the process of choosing whether to power down
|
//Indicates that the user is in the process of choosing whether to power down
|
||||||
CHOOSING_POWER_DOWN,
|
CHOOSING_POWER_DOWN,
|
||||||
//Indicates that the user is in the process of choosing whether to stay in 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
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user