Caves of Qud

Caves of Qud

Harmony Injector
 Ce sujet a été épinglé, cela doit être important
namkazt  [dév.] 31 mars 2019 à 22h19
Upgrade From HarmonyShim To Hormany Injector
The fix was to use `using static HarmonyShim.Harmony;` and replacing calls to `Harmony.Patch(...)` with just `Patch(...)`.

Alternatively, using the fully-qualified path should also work:
`HarmonyShim.Harmony.Patch(...)` beside of `Harmony.Patch(...)`