Files
KnockOutWhist-Web/knockoutwhistweb/app/logic/game/PollingEvents.scala
LQ63 5c8fd8510e feat(ci): Polling
Added polling for when the game starts and a card gets played
2025-11-12 11:46:21 +01:00

6 lines
79 B
Scala

package logic.game
enum PollingEvents {
case CardPlayed
case GameStarted
}