UNPKG

@krp-races/krp-node-wrapper

Version:

A node.js wrapper for a dedicated or challenge server in kart racing pro.

12 lines (11 loc) 473 B
exports.SessionState = void 0; (function (SessionState) { SessionState["NONE"] = "--"; SessionState["WARMUPLAP"] = "WARMUPLAP"; SessionState["PRESTART"] = "PRESTART"; SessionState["ROLLINGSTART"] = "ROLLINGSTART"; SessionState["STARTSEQUENCE"] = "STARTSEQUENCE"; SessionState["INPROGRESS"] = "INPROGRESS"; SessionState["RACEOVER"] = "RACEOVER"; SessionState["COMPLETE"] = "COMPLETE"; })(exports.SessionState || (exports.SessionState = {}));