@krp-races/krp-sharedmemory-client
Version:
A node.js wrapper for shared memory plugin in kart racing pro.
7 lines (6 loc) • 332 B
JavaScript
exports.EWeatherCondition = void 0;
(function (EWeatherCondition) {
EWeatherCondition[EWeatherCondition["Sunny"] = 0] = "Sunny";
EWeatherCondition[EWeatherCondition["Cloudy"] = 1] = "Cloudy";
EWeatherCondition[EWeatherCondition["Rainy"] = 2] = "Rainy";
})(exports.EWeatherCondition || (exports.EWeatherCondition = {}));