frontend
    Preparing search index...

    Interface IndianPokerConfigInput

    Configuration options for Indian Poker game settings.

    interface IndianPokerConfigInput {
        ante?: number;
        bettingLimit?: number;
        cpuMetaAI?: boolean;
    }
    Index

    Properties

    ante?: number
    bettingLimit?: number
    cpuMetaAI?: boolean