[PCCompat > Injector] Initial impl.

This commit is contained in:
Ducko 2021-04-04 13:48:39 +01:00 committed by Keanu
parent fe3e55f022
commit bec46ebb8f
Signed by: keanucode
GPG Key ID: A7431C0D513CA93B
1 changed files with 1 additions and 0 deletions

View File

@ -0,0 +1 @@
module.exports = goosemodScope.patcher; // GM's Patcher main functions (inject, uninject) have very similar syntax to PC's Injector as it was initially based on PC's design (however was later changed to use patch func)