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