unreal.js
Version:
A pak reader for games like VALORANT & Fortnite written in Node.JS
12 lines (11 loc) • 346 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ObjectRegistryIgnore = void 0;
function ObjectRegistryIgnore(constructor) {
var _a;
return _a = class extends constructor {
},
_a.ObjectRegistryIgnore = true,
_a;
}
exports.ObjectRegistryIgnore = ObjectRegistryIgnore;