frontend
    Preparing search index...

    Interface GoFishConfigInput

    Configuration options for Go Fish game settings.

    interface GoFishConfigInput {
        cpuDifficulty?: number;
    }
    Index

    Properties

    Properties

    cpuDifficulty?: number