frontend
Preparing search index...
types/phases
PinochlePhase
Variable PinochlePhase
Const
PinochlePhase
:
{
BID
:
0
;
GAME_END
:
6
;
MELD
:
2
;
PLAY
:
3
;
ROUND_END
:
5
;
TRICK_END
:
4
;
TRUMP
:
1
;
}
= ...
Pinochle phase constants (sync: internal/domain/Pinochle.go).
Type Declaration
Readonly
BID
:
0
Readonly
GAME_END
:
6
Readonly
MELD
:
2
Readonly
PLAY
:
3
Readonly
ROUND_END
:
5
Readonly
TRICK_END
:
4
Readonly
TRUMP
:
1
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
frontend
Loading...
Pinochle phase constants (sync: internal/domain/Pinochle.go).