Example #1
0
 public static void Postfix(BlueprintKingdomEventBase __instance, ref LeaderState __result)
 {
     if (Settings.toggleIgnoreStartTaskRestrictions)
     {
         __result = new LeaderState(__instance.GetDefaultResolutionType());
     }
 }