Game

data class Game(val romName: String, val gameId: Int, val clientType: String, val username: String, val playerCountOutOfMax: String, val status: GameStatus)

Constructors

Link copied to clipboard
constructor(romName: String, gameId: Int, clientType: String, username: String, playerCountOutOfMax: String, status: GameStatus)

Properties

Link copied to clipboard
Link copied to clipboard
val gameId: Int
Link copied to clipboard
Link copied to clipboard

Formatted like "2/4", showing the number of players present out of the max allowed in the room.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun writeTo(buffer: ByteBuf)
fun writeTo(buffer: ByteBuffer)