feat(polling): implement PollingController for game event handling and user updates
This commit is contained in:
@@ -2,5 +2,7 @@ package logic.game
|
||||
|
||||
enum PollingEvents {
|
||||
case CardPlayed
|
||||
case GameStarted
|
||||
case NewRound
|
||||
case ReloadEvent
|
||||
case LobbyUpdate
|
||||
}
|
||||
Reference in New Issue
Block a user