frontend
Preparing search index...
types/phases
PokerPhase
Variable PokerPhase
Const
PokerPhase
:
{
DEAL
:
1
;
END
:
4
;
EXCHANGE
:
2
;
INIT
:
0
;
SECOND_BET
:
3
}
= ...
Poker phase constants (sync: internal/domain/Poker.go).
Type Declaration
Readonly
DEAL
:
1
Readonly
END
:
4
Readonly
EXCHANGE
:
2
Readonly
INIT
:
0
Readonly
SECOND_BET
:
3
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
frontend
Loading...
Poker phase constants (sync: internal/domain/Poker.go).