@Cards-TS
Preparing search index...
@cards-ts/core
GenericGameStateTransitions
Type Alias GenericGameStateTransitions<State, Controllers>
GenericGameStateTransitions
:
{
[
state
in
keyof
State
]
:
Transition
<
State
,
Controllers
>
}
Interface for describing the changes in the state of the game and the effect on the game state
Type Parameters
State
extends
typeof
STANDARD_STATES
Controllers
extends
IndexedControllers
&
{
state
:
GameStateController
<
State
>
;
waiting
:
WaitingController
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@Cards-TS
Loading...
Interface for describing the changes in the state of the game and the effect on the game state