UNPKG

borderlands2

Version:

Borderlands 2 weapon damage and DPS calculation library

7 lines (6 loc) 225 B
import { Gear } from "./gear"; import { Stat } from "../../build/interface/stat"; import { RedTextEnum } from "../../build"; export declare class Shield extends Gear { constructor(stats: Stat[], redText?: RedTextEnum); }