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