unpak.js
Version:
Modern TypeScript library for reading Unreal Engine pak files and assets, inspired by CUE4Parse
15 lines • 876 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.EFortCustomPartType = void 0;
var EFortCustomPartType;
(function (EFortCustomPartType) {
EFortCustomPartType[EFortCustomPartType["Head"] = 0] = "Head";
EFortCustomPartType[EFortCustomPartType["Body"] = 1] = "Body";
EFortCustomPartType[EFortCustomPartType["Hat"] = 2] = "Hat";
EFortCustomPartType[EFortCustomPartType["Backpack"] = 3] = "Backpack";
EFortCustomPartType[EFortCustomPartType["MiscOrTail"] = 4] = "MiscOrTail";
EFortCustomPartType[EFortCustomPartType["Face"] = 5] = "Face";
EFortCustomPartType[EFortCustomPartType["Gameplay"] = 6] = "Gameplay";
EFortCustomPartType[EFortCustomPartType["NumTypes"] = 7] = "NumTypes";
})(EFortCustomPartType || (exports.EFortCustomPartType = EFortCustomPartType = {}));
//# sourceMappingURL=EFortCustomPartType.js.map
;