frontend
    Preparing search index...

    Interface PokerConfigInput

    Configuration options for Poker game settings.

    interface PokerConfigInput {
        bettingLimit?: number;
        cpuCount?: number;
        cpuMetaAI?: boolean;
        isLowball?: boolean;
        jokerCount?: number;
    }
    Index

    Properties

    bettingLimit?: number
    cpuCount?: number
    cpuMetaAI?: boolean
    isLowball?: boolean
    jokerCount?: number