ratz/src/modules/blackjack/calls.go

const CallHit

const CallStay

const CallSurrender

const CallDoubleDown

const CallGameOver

type PlayerCall

func (r *Round) Calls() chan<- PlayerCall {}

func invalidCall(h *Hand, call PlayerCall) bool {}

func takePlayerCall(m common.Message) bool {}

func ReadBlackJackCalls(m common.Message) bool {}