コード例 #1
0
 public static bool RemovePatch(HarmonyPatchInfo patchInfo)
 {
     return(patchInfo.RemovePatch(Harmony));
 }
コード例 #2
0
 public static bool ApplyPatch(HarmonyPatchInfo patchInfo)
 {
     return(patchInfo.ApplyPatch(Harmony));
 }