projectstarboy_ox_lib
Version:
JS/TS wrapper for ox_lib exports
9 lines • 533 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.onCache = exports.cache = void 0;
const shared_1 = require("../../../shared");
Object.defineProperty(exports, "cache", { enumerable: true, get: function () { return shared_1.cache; } });
Object.defineProperty(exports, "onCache", { enumerable: true, get: function () { return shared_1.onCache; } });
shared_1.cache.playerId = PlayerId();
shared_1.cache.serverId = GetPlayerServerId(shared_1.cache.playerId);
//# sourceMappingURL=index.js.map