frontend
Preparing search index...
types/card
BlackJackCpuSeat
Interface BlackJackCpuSeat
CPU player seat in BlackJack with chips and hands.
interface
BlackJackCpuSeat
{
chips
:
number
;
hands
:
BlackJackHand
[]
;
insuranceBet
:
number
;
}
Index
Properties
chips
hands
insurance
Bet
Properties
chips
chips
:
number
hands
hands
:
BlackJackHand
[]
insurance
Bet
insuranceBet
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
chips
hands
insurance
Bet
frontend
Loading...
CPU player seat in BlackJack with chips and hands.