UNPKG

rock-mod

Version:

Rock-Mod is a powerful framework designed for creating and managing mods for Grand Theft Auto (GTA) games.

24 lines (23 loc) 997 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.WeatherTypeEnum = void 0; var WeatherTypeEnum; (function (WeatherTypeEnum) { WeatherTypeEnum["EXTRASUNNY"] = "EXTRASUNNY"; WeatherTypeEnum["CLEAR"] = "CLEAR"; WeatherTypeEnum["CLOUDS"] = "CLOUDS"; WeatherTypeEnum["SMOG"] = "SMOG"; WeatherTypeEnum["FOGGY"] = "FOGGY"; WeatherTypeEnum["OVERCAST"] = "OVERCAST"; WeatherTypeEnum["RAIN"] = "RAIN"; WeatherTypeEnum["THUNDER"] = "THUNDER"; WeatherTypeEnum["CLEARING"] = "CLEARING"; WeatherTypeEnum["NEUTRAL"] = "NEUTRAL"; WeatherTypeEnum["SNOW"] = "SNOW"; WeatherTypeEnum["BLIZZARD"] = "BLIZZARD"; WeatherTypeEnum["SNOWLIGHT"] = "SNOWLIGHT"; WeatherTypeEnum["XMAS"] = "XMAS"; WeatherTypeEnum["HALLOWEEN"] = "HALLOWEEN"; WeatherTypeEnum["RAIN_HALLOWEEN"] = "RAIN_HALLOWEEN"; WeatherTypeEnum["SNOW_HALLOWEEN"] = "SNOW_HALLOWEEN"; })(WeatherTypeEnum || (exports.WeatherTypeEnum = WeatherTypeEnum = {}));