protected abstract Decision MakeRiverDecision()
Protected MustOverride Function MakeRiverDecision As Decision
abstract MakeRiverDecision : unit -> Decision
The decision of your ai.
Use one of the follwing methods from the Ai class to return your decsion to the table:
Fold
CheckOrCall
CheckOrFold
Raise(Int32)
MakeRaiseDecision(Double, Double)
MakeAllInDecision
MaybeDoABluff(UInt32, Int32, Double, Double, Decision)