LogoPixi’VN
indexNamespacesGameFunctions

Function: restoreGameState()

> restoreGameState(data): Promise<void>

Defined in: src/index.ts:239

Load the save data

Parameters

data

GameState

The save data object to restore the game state from.

Returns

Promise<void>

On this page