GameDataEvent

data class GameDataEvent(val game: KailleraGame, val data: ByteBuf) : GameEvent

Constructors

Link copied to clipboard
constructor(game: KailleraGame, data: ByteBuf)

Properties

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