fnbr
Version:
A library to interact with Epic Games' Fortnite HTTP and XMPP services
8 lines • 366 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
const STWWeaponSchematic_1 = tslib_1.__importDefault(require("./STWWeaponSchematic"));
class STWRangedWeaponSchematic extends STWWeaponSchematic_1.default {
}
exports.default = STWRangedWeaponSchematic;
//# sourceMappingURL=STWRangedWeaponSchematic.js.map