UNPKG

node-insim

Version:

An InSim library for NodeJS with TypeScript support

13 lines (12 loc) 342 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Wind = void 0; var Wind; (function (Wind) { /** No wind */ Wind[Wind["OFF"] = 0] = "OFF"; /** Low wind */ Wind[Wind["WEAK"] = 1] = "WEAK"; /** High wind */ Wind[Wind["STRONG"] = 2] = "STRONG"; })(Wind || (exports.Wind = Wind = {}));