Represents a decision that your AI returns. Use one of the follwing methods from the Ai class to return your decsion to the table:
Fold()
CheckOrCall()
Raise(Int32)
MakeRaiseDecision(Double, Double)
MakeAllInDecision()
MaybeDoABluff(UInt32, Int32, Double, Double, Decision)
public abstract class Decision : MarshalByRefObject
Public MustInherit Class Decision Inherits MarshalByRefObject
[<AbstractClassAttribute>] type Decision = class inherit MarshalByRefObject end