pokemon-rogue-battle
    Preparing search index...

    Interface BiomeTierTod

    interface BiomeTierTod {
        biome: BiomeId;
        tier: BiomePoolTier;
        tod: TimeOfDay[];
    }
    Index

    Properties

    Properties

    biome: BiomeId
    tod: TimeOfDay[]