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(...)`