mirror of
https://github.com/inf112-v20/Fiasko.git
synced 2025-01-31 23:29:36 +01:00
la til flere enums
This commit is contained in:
parent
5d5b221de4
commit
62f492490c
@ -22,5 +22,10 @@ public enum GameState {
|
|||||||
//Indicates that the user is in the process of sending their cards to the server
|
//Indicates that the user is in the process of sending their cards to the server
|
||||||
SENDING_CARDS,
|
SENDING_CARDS,
|
||||||
//Indicates that the game is won by a player
|
//Indicates that the game is won by a player
|
||||||
GAME_IS_WON
|
GAME_IS_WON,
|
||||||
|
|
||||||
|
JUST_BEFORE_CHOOSING_CARDS,
|
||||||
|
|
||||||
|
LOADING
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user