Caves of Qud

Caves of Qud

Harmony Injector
 Chủ đề này đã được ghim, thế nên nó có thể quan trọng
namkazt  [nhà phát triển] 31 Thg03, 2019 @ 10:19pm
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(...)`