unpak.js
Version:
Modern TypeScript library for reading Unreal Engine pak files and assets, inspired by CUE4Parse
15 lines • 744 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.EFortGameType = void 0;
var EFortGameType;
(function (EFortGameType) {
EFortGameType[EFortGameType["BR"] = 0] = "BR";
EFortGameType[EFortGameType["Creative"] = 1] = "Creative";
EFortGameType[EFortGameType["CreativeLTM"] = 2] = "CreativeLTM";
EFortGameType[EFortGameType["Playground"] = 3] = "Playground";
EFortGameType[EFortGameType["STW"] = 4] = "STW";
EFortGameType[EFortGameType["BRArena"] = 5] = "BRArena";
EFortGameType[EFortGameType["BRLTM"] = 6] = "BRLTM";
EFortGameType[EFortGameType["Social"] = 7] = "Social";
})(EFortGameType || (exports.EFortGameType = EFortGameType = {}));
//# sourceMappingURL=EFortGameType.js.map
;