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