UNPKG

unreal.js

Version:

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

14 lines (13 loc) 427 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PayloadType = void 0; /** * PayloadType * @enum */ var PayloadType; (function (PayloadType) { PayloadType[PayloadType["UBULK"] = 0] = "UBULK"; PayloadType[PayloadType["M_UBULK"] = 1] = "M_UBULK"; PayloadType[PayloadType["UPTNL"] = 2] = "UPTNL"; })(PayloadType = exports.PayloadType || (exports.PayloadType = {}));