Ejemplo n.º 1
0
 public static bool RemovePatch(HarmonyPatchInfo patchInfo)
 {
     return(patchInfo.RemovePatch(Harmony));
 }
Ejemplo n.º 2
0
 public static bool ApplyPatch(HarmonyPatchInfo patchInfo)
 {
     return(patchInfo.ApplyPatch(Harmony));
 }