pokemon-rogue-battle
    Preparing search index...

    Interface BiomeTierTod

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

    Properties

    Properties

    biome: Biome
    tod: TimeOfDay[]