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