mirror of
https://github.com/eaglerforge/EaglerForgeInjector
synced 2025-07-23 06:01:38 -09:00
5 lines
132 B
JavaScript
5 lines
132 B
JavaScript
globalThis.modapi_postinitasync = "(" + (() => {
|
|
//EaglerForge post initialization code for async.
|
|
|
|
}).toString() + ")();";
|