Co-authored-by: LQ63 <lkhermann@web.de> Reviewed-on: #59 Co-authored-by: Janis <janis.e.20@gmx.de> Co-committed-by: Janis <janis.e.20@gmx.de>
10 lines
151 B
Scala
10 lines
151 B
Scala
package logic.game
|
|
|
|
enum PollingEvents {
|
|
case CardPlayed
|
|
case NewRound
|
|
case NewTrick
|
|
case ReloadEvent
|
|
case LobbyUpdate
|
|
case LobbyCreation
|
|
} |