Caves of Qud

Caves of Qud

Harmony Injector
 此主题已被置顶,因此可能具有重要性
namkazt  [开发者] 2019 年 3 月 31 日 下午 10: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(...)`