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