frontend
Preparing search index...
types/phases
GinRummyPhase
Variable GinRummyPhase
Const
GinRummyPhase
:
{
DISCARD
:
1
;
DRAW
:
0
;
GAME_END
:
4
;
LAYOFF
:
2
;
ROUND_END
:
3
}
= ...
Gin Rummy phase constants (sync: internal/domain/GinRummy.go).
Type Declaration
Readonly
DISCARD
:
1
Readonly
DRAW
:
0
Readonly
GAME_END
:
4
Readonly
LAYOFF
:
2
Readonly
ROUND_END
:
3
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
frontend
Loading...
Gin Rummy phase constants (sync: internal/domain/GinRummy.go).