riot-api-typedef
Version:
Create enums to represent constant values in the documentation.
20 lines • 1.04 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.MatchEventDTOType = void 0;
var MatchEventDTOType;
(function (MatchEventDTOType) {
MatchEventDTOType["CHAMPION_KILL"] = "CHAMPION_KILL";
MatchEventDTOType["WARD_PLACED"] = "WARD_PLACED";
MatchEventDTOType["WARD_KILL"] = "WARD_KILL";
MatchEventDTOType["BUILDING_KILL"] = "BUILDING_KILL";
MatchEventDTOType["ELITE_MONSTER_KILL"] = "ELITE_MONSTER_KILL";
MatchEventDTOType["ITEM_PURCHASED"] = "ITEM_PURCHASED";
MatchEventDTOType["ITEM_SOLD"] = "ITEM_SOLD";
MatchEventDTOType["ITEM_DESTROYED"] = "ITEM_DESTROYED";
MatchEventDTOType["ITEM_UNDO"] = "ITEM_UNDO";
MatchEventDTOType["SKILL_LEVEL_UP"] = "SKILL_LEVEL_UP";
MatchEventDTOType["ASCENDED_EVENT"] = "ASCENDED_EVENT";
MatchEventDTOType["CAPTURE_POINT"] = "CAPTURE_POINT";
MatchEventDTOType["PORO_KING_SUMMON"] = "PORO_KING_SUMMON";
})(MatchEventDTOType = exports.MatchEventDTOType || (exports.MatchEventDTOType = {}));
//# sourceMappingURL=match.js.map