This commit is contained in:
GetParanoid 2025-07-18 18:11:28 -05:00
parent 7aa7ac1092
commit 081b038df5
99 changed files with 18010 additions and 1 deletions

View file

@ -0,0 +1,11 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
class ReflexSightRework {
postSptLoad(container) {
// get the logger from the server container
const logger = container.resolve("WinstonLogger");
logger.info("Loading: ReflexSightRework bundles...");
}
}
module.exports = { mod: new ReflexSightRework() };
//# sourceMappingURL=mod.js.map

View file

@ -0,0 +1,10 @@
{
"version": 3,
"file": "mod.js",
"sourceRoot": "",
"sources": [
"mod.ts"
],
"names": [],
"mappings": ";;AAIA,MAAM,iBAAiB;IAEZ,WAAW,CAAC,SAA8B;QAE7C,2CAA2C;QAC3C,MAAM,MAAM,GAAG,SAAS,CAAC,OAAO,CAAU,eAAe,CAAC,CAAC;QAE3D,MAAM,CAAC,IAAI,CAAC,uCAAuC,CAAC,CAAC;IACzD,CAAC;CACJ;AAED,MAAM,CAAC,OAAO,GAAG,EAAC,GAAG,EAAE,IAAI,iBAAiB,EAAE,EAAC,CAAA"
}