Recent content by Doux9Yuzuki

  1. D

    How to use harmony to patch constructor?

    I'm trying to patch a class's constructor using harmony. But an error occurs and the game log says that the method cannot be found. Can anyone help me? my code: [HarmonyPatch(typeof(DialogResponseQuest))] [HarmonyPatch(new Type[] {typeof(string), typeof(string), typeof(string), typeof(string)...
Back
Top