//public virtual TaggedString GetExplanation() public static void Postfix(Alert_LowFood __instance, ref TaggedString __result) { AlertPatchNameMap.AddMapName(MapWithLowFood(__instance), ref __result); }
public static Map MapWithLowFood(Alert_LowFood alert) => (Map)MapWithLowFoodInfo.Invoke(alert, null);