refreshBase

abstract suspend fun refreshBase(game: Game): GameState?

Loads the base game state from storage without game instance wrapping.

Return

The refreshed GameState, or null if no changes were made.

Parameters

game

The game instance containing the game name to load.