Exemplo n.º 1
0
 public static bool UpdateHook(MozaicSetUp __instance)
 {
     if (__instance.MozaObj != null)
     {
         __instance.MozaObj.enabled = false;
     }
     return(false);
 }
Exemplo n.º 2
0
 public static void MozaicSetUp_Start_Post(MozaicSetUp __instance)
 {
     __instance.MozaObj.enabled = false;
 }