UNPKG

borderlands2

Version:

Borderlands 2 weapon damage and DPS calculation library

11 lines 477 B
"use strict"; 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