mirror of
https://github.com/inf112-v20/Fiasko.git
synced 2025-01-31 23:29:36 +01:00
Legger til flere GameState verdier for å lettere finne ut nøyaktig hva spillet holder på med
This commit is contained in:
parent
5f3c84e842
commit
03f7090e3b
@ -52,6 +52,13 @@ public enum GameState {
|
||||
/**
|
||||
* Indicates that the game is in the process of skipping the stay in power down screen
|
||||
*/
|
||||
SKIP_STAY_IN_POWER_DOWN
|
||||
|
||||
SKIP_STAY_IN_POWER_DOWN,
|
||||
/**
|
||||
* Indicates that the game is waiting for other players to finish programming
|
||||
*/
|
||||
WAITING_FOR_OTHER_PLAYERS_PROGRAMS,
|
||||
/**
|
||||
* Indicates that the game is waiting on a new deck from the server
|
||||
*/
|
||||
WAITING_FOR_CARDS_FROM_SERVER
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user