static bool Prefix(EGStopType type)
 {
     if (!Main.enabled)
     {
         return(true);
     }
     Dbgl("EGMgr_OnCancelEngagement_Patch " + type.ToString());
     if (type == EGStopType.Jealous)
     {
         return(false);
     }
     return(true);
 }
Exemple #2
0
 static bool Prefix(EGStopType stopType)
 {
     if (!Main.enabled)
     {
         return(true);
     }
     Dbgl("EGDate_Cancel_Patch " + stopType.ToString());
     if (stopType == EGStopType.Jealous)
     {
         return(false);
     }
     return(true);
 }