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