frontend
Preparing search index...
types/phases
CribbagePhase
Variable CribbagePhase
Const
CribbagePhase
:
{
CUT
:
1
;
DISCARD
:
0
;
GAME_END
:
5
;
PEGGING
:
2
;
ROUND_END
:
4
;
SHOW
:
3
;
}
= ...
Cribbage phase constants (sync: internal/domain/Cribbage.go).
Type Declaration
Readonly
CUT
:
1
Readonly
DISCARD
:
0
Readonly
GAME_END
:
5
Readonly
PEGGING
:
2
Readonly
ROUND_END
:
4
Readonly
SHOW
:
3
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
frontend
Loading...
Cribbage phase constants (sync: internal/domain/Cribbage.go).