UserDroppedGameEvent

data class UserDroppedGameEvent(val game: KailleraGame, val user: KailleraUser, val playerNumber: Int) : GameEvent

Constructors

Link copied to clipboard
constructor(game: KailleraGame, user: KailleraUser, playerNumber: Int)

Properties

Link copied to clipboard
open override val game: KailleraGame
Link copied to clipboard
Link copied to clipboard