feat(ci): Polling
Added polling for when the game starts and a card gets played
This commit is contained in:
6
knockoutwhistweb/app/logic/game/PollingEvents.scala
Normal file
6
knockoutwhistweb/app/logic/game/PollingEvents.scala
Normal file
@@ -0,0 +1,6 @@
|
||||
package logic.game
|
||||
|
||||
enum PollingEvents {
|
||||
case CardPlayed
|
||||
case GameStarted
|
||||
}
|
||||
Reference in New Issue
Block a user