interface QueuedEncounter {
    spawnPercent: number;
    type: MysteryEncounterType;
}

Properties

Properties

spawnPercent: number