frontend
Preparing search index...
types/phases
FreeCellPhase
Variable FreeCellPhase
Const
FreeCellPhase
:
{
GAME_CLEAR
:
1
;
GAME_OVER
:
2
;
PLAYING
:
0
}
= ...
FreeCell phase constants (sync: internal/domain/FreeCell.go).
Type Declaration
Readonly
GAME_CLEAR
:
1
Readonly
GAME_OVER
:
2
Readonly
PLAYING
:
0
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
frontend
Loading...
FreeCell phase constants (sync: internal/domain/FreeCell.go).