borderlands2
Version:
Borderlands 2 weapon damage and DPS calculation library
11 lines • 477 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var ElementalEffect;
(function (ElementalEffect) {
ElementalEffect["Incendiary"] = "Incendiary";
ElementalEffect["Corrosive"] = "Corrosive";
ElementalEffect["Shock"] = "Shock";
ElementalEffect["Explosive"] = "Explosive";
ElementalEffect["Slag"] = "Slag";
})(ElementalEffect = exports.ElementalEffect || (exports.ElementalEffect = {}));
//# sourceMappingURL=elemental_effect.js.map