unreal.js
Version:
A pak reader for games like VALORANT & Fortnite written in Node.JS
12 lines (11 loc) • 504 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AthenaCharacterPartItemDefinition = void 0;
const AthenaCosmeticItemDefinition_1 = require("./AthenaCosmeticItemDefinition");
class AthenaCharacterPartItemDefinition extends AthenaCosmeticItemDefinition_1.AthenaCosmeticItemDefinition {
constructor() {
super(...arguments);
this.CharacterParts = null;
}
}
exports.AthenaCharacterPartItemDefinition = AthenaCharacterPartItemDefinition;