UNPKG

unreal.js

Version:

A pak reader for games like VALORANT & Fortnite written in Node.JS

8 lines (7 loc) 409 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AthenaBackpackItemDefinition = void 0; const AthenaCharacterPartItemDefinition_1 = require("./AthenaCharacterPartItemDefinition"); class AthenaBackpackItemDefinition extends AthenaCharacterPartItemDefinition_1.AthenaCharacterPartItemDefinition { } exports.AthenaBackpackItemDefinition = AthenaBackpackItemDefinition;