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

Properties

Properties

biome: Biome
tod: TimeOfDay[]