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