Caves of Qud

Caves of Qud

Harmony Injector
 Tämä aihe on kiinnitetty, joten se on todennäköisesti tärkeä
namkazt  [kehittäjä] 31.3.2019 klo 22.19
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(...)`