Skip to main content

Class: GameStateProvider

A utility class which provides the current game state.

Methods

get

get(): Subscribable<undefined | GameState>

Gets a subscribable which provides the current game state.

Returns

Subscribable<undefined | GameState>

A subscribable which provides the current game state.

Defined in

src/sdk/data/GameStateProvider.ts:56