hardSave

open suspend override fun hardSave(id: String, gameState: GameState)

Directly saves a game state to storage under the given identifier.

Parameters

id

The unique identifier for the game.

gameState

The game state to save.