@krp-races/krp-sharedmemory-client
Version:
A node.js wrapper for shared memory plugin in kart racing pro.
8 lines (7 loc) • 324 B
JavaScript
exports.EEventType = void 0;
(function (EEventType) {
EEventType[EEventType["Replay"] = -1] = "Replay";
EEventType[EEventType["Testing"] = 1] = "Testing";
EEventType[EEventType["Race"] = 2] = "Race";
EEventType[EEventType["Challenge"] = 4] = "Challenge";
})(exports.EEventType || (exports.EEventType = {}));