unreal.js
Version:
A pak reader for games like VALORANT & Fortnite written in Node.JS
12 lines (11 loc) • 705 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ECustomHatType = void 0;
var ECustomHatType;
(function (ECustomHatType) {
ECustomHatType[ECustomHatType["ECustomHatType_HeadReplacement"] = 0] = "ECustomHatType_HeadReplacement";
ECustomHatType[ECustomHatType["ECustomHatType_Cap"] = 1] = "ECustomHatType_Cap";
ECustomHatType[ECustomHatType["ECustomHatType_Mask"] = 2] = "ECustomHatType_Mask";
ECustomHatType[ECustomHatType["ECustomHatType_Helmet"] = 3] = "ECustomHatType_Helmet";
ECustomHatType[ECustomHatType["ECustomHatType_Hat"] = 4] = "ECustomHatType_Hat";
})(ECustomHatType = exports.ECustomHatType || (exports.ECustomHatType = {}));