hardLoad

open suspend override fun hardLoad(id: String): GameState?

Directly loads a game state from storage by its identifier.

Return

The loaded GameState, or null if not found.

Parameters

id

The unique identifier of the game to load.