UNPKG

civ7-modding-tools

Version:
12 lines 333 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BIOME = void 0; exports.BIOME = { GRASSLAND: 'BIOME_GRASSLAND', PLAINS: 'BIOME_PLAINS', DESERT: 'BIOME_DESERT', TUNDRA: 'BIOME_TUNDRA', TROPICAL: 'BIOME_TROPICAL', MARINE: 'BIOME_MARINE', }; //# sourceMappingURL=BIOME.js.map