UNPKG

tsinsim

Version:

An InSim library for Node.js (JavaScript runtime environment) with TypeScript support.

7 lines (6 loc) 240 B
export var RaceState; (function (RaceState) { RaceState[RaceState["NO_RACE"] = 0] = "NO_RACE"; RaceState[RaceState["RACE"] = 1] = "RACE"; RaceState[RaceState["QUALIFYING"] = 2] = "QUALIFYING"; })(RaceState || (RaceState = {}));