1
0
mirror of https://github.com/inf112-v20/Fiasko.git synced 2025-04-30 23:46:24 +02:00

la til flere enums

This commit is contained in:
Tobydrama 2020-04-16 15:03:04 +02:00
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
SENDING_CARDS,
//Indicates that the game is won by a player
GAME_IS_WON
GAME_IS_WON,
JUST_BEFORE_CHOOSING_CARDS,
LOADING
}