LobbyLoadedState

data class LobbyLoadedState(val gameState: GameState, val name: String)

Represents a game loaded from storage in the lobby.

Constructors

Link copied to clipboard
constructor(gameState: GameState, name: String)

Properties

Link copied to clipboard

The state of the loaded game.

Link copied to clipboard

The name/identifier of the game.