internal static void Patch(GardenCatcher catcher) => patchers.ForEach(x => x(catcher));
public static void Prefix(GardenCatcher __instance) { PlantSlotRegistry.Patch(__instance); }