Added:(Game) Totem CHoice first implementation

This commit is contained in:
rubenpirreram
2026-05-13 16:29:57 +02:00
parent ed01a8fd0f
commit 0f92696cbd
2 changed files with 31 additions and 5 deletions
@@ -4,5 +4,5 @@ package it.polimi.ingsw.gc14.Model.GamePackage;
* Represents the possible stages of a game.
*/
public enum GameStages {
WAITING, SLOT_CHOICE, RES_ACTIONS, OPT_CARD_E, RES_EVENT, ENDING, ENDED
WAITING,TOTEM_CHOICE, SLOT_CHOICE, RES_ACTIONS, OPT_CARD_E, RES_EVENT, ENDING, ENDED
}