Function: exportGameState()
> exportGameState(): Promise<GameState>
Defined in: src/index.ts:229
Get all the game data. It can be used to save the game.
Returns
Promise<GameState>
The game data
> exportGameState(): Promise<GameState>
Defined in: src/index.ts:229
Get all the game data. It can be used to save the game.
Promise<GameState>
The game data