setGame

fun MutableState<GameSession>.setGame(game: Game)

Sets the game state.

Parameters

game

The new game state.