PokéRogue
    Preparing search index...

    Interface DailyEventMysteryEncounter

    Configuration for a custom daily run mystery encounter.

    interface DailyEventMysteryEncounter {
        type: MysteryEncounterType;
        waveIndex: number;
    }
    Index

    Properties

    Properties

    waveIndex: number