frontend
    Preparing search index...

    Interface IndianPokerCpuActionOutput

    CPU betting action in Indian Poker.

    interface IndianPokerCpuActionOutput {
        action: number;
        amount: number;
        playerIdx: number;
    }
    Index

    Properties

    action: number
    amount: number
    playerIdx: number