UNPKG

civ7-modding-tools

Version:
8 lines 219 B
export const BIOME = { GRASSLAND: 'BIOME_GRASSLAND', PLAINS: 'BIOME_PLAINS', DESERT: 'BIOME_DESERT', TUNDRA: 'BIOME_TUNDRA', TROPICAL: 'BIOME_TROPICAL', MARINE: 'BIOME_MARINE', } as const;