UNPKG

fnbr

Version:

A library to interact with Epic Games' Fortnite HTTP and XMPP services

20 lines 606 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); const STWItem_1 = tslib_1.__importDefault(require("./STWItem")); /** * Represents a Save The World profile's team perk */ class STWTeamPerk extends STWItem_1.default { /** * @param client The main client * @param id The item ID * @param data The team perk data */ constructor(client, id, data) { super(client, id, data); [, this.teamPerkId] = data.templateId.split(':'); } } exports.default = STWTeamPerk; //# sourceMappingURL=STWTeamPerk.js.map