frontend
    Preparing search index...

    Interface NapoleonConfigInput

    Configuration options for Napoleon game settings.

    interface NapoleonConfigInput {
        cpuDifficulty?: number;
        minBid?: number;
        pointLimit?: number;
    }
    Index

    Properties

    cpuDifficulty?: number
    minBid?: number
    pointLimit?: number