UNPKG

410 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3const Jagex_1 = require("./Jagex");
4class Player {
5 constructor(name, jagexPlayer) {
6 const { activities, skills } = Jagex_1.parseJagexPlayerToJSON(jagexPlayer);
7 this.name = name;
8 this.activities = activities;
9 this.skills = skills;
10 }
11}
12exports.Player = Player;
13//# sourceMappingURL=Player.js.map
\No newline at end of file