UNPKG

camelot-unchained

Version:
16 lines (15 loc) 559 B
/** * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ "use strict"; var warband_1 = require('./warband'); var groups_1 = require('./groups'); var client_1 = require('../core/client'); var combined = Object.assign({ loginToken: client_1.default.loginToken, shardID: 1 }, groups_1.default, warband_1.default); Object.defineProperty(exports, "__esModule", { value: true }); exports.default = combined;