public static void Postfix()
 {
     PregnancyChildConceivedPatch._changeFatherInCurPregnancy();
     PregnancyChildConceivedPatch._checkNotificationOnChildConceived();
     PregnancyChildConceivedPatch._cleanSavedParents();
 }
 public static bool Prefix(PregnancyCampaignBehavior __instance, ref Hero mother)
 {
     PregnancyChildConceivedPatch._getRealParentsInCurPregnancy(mother);
     return(true);
 }