UNPKG

borderlands2

Version:

Borderlands 2 weapon damage and DPS calculation library

9 lines (8 loc) 286 B
import { Gear } from "./gear"; import { Skill } from "../../build/object/skill"; import { Stat } from "../../build/interface/stat"; export declare class ClassMod extends Gear { protected skills: Skill[]; constructor(stats: Stat[], skills?: Skill[]); getSkills(): Skill[]; }