UNPKG

borderlands2

Version:

Borderlands 2 weapon damage and DPS calculation library

6 lines (5 loc) 158 B
import { Gear } from "./gear"; import { Stat } from "../../build/interface/stat"; export declare class Relic extends Gear { constructor(stats: Stat[]); }