//public override TaggedString GetExplanation() public static void Postfix(Alert_LowMedicine __instance, ref TaggedString __result) { AlertPatchNameMap.AddMapName(MapWithLowMedicine(__instance), ref __result); }
public static Map MapWithLowMedicine(Alert_LowMedicine alert) => (Map)MapWithLowMedicineInfo.Invoke(alert, null);