public static void Postfix() { if (SweepyConfigChecker.UseCustomSliders) { PUIUtils.AddSideScreenContent <SweepBotStationSideScreen>((GameObject)null); } }
internal static void Postfix() { PUIUtils.AddSideScreenContent <LogicScheduleSensorSideScreen>(); }
internal static void Postfix() { PUIUtils.AddSideScreenContent <SimpleCurtainSidescreen>(); }
public static void Postfix() { PUIUtils.AddSideScreenContent <WirelessPowerReceiverSideScreen>((GameObject)null); PUIUtils.AddSideScreenContent <WirelessPowerSenderSideScreen>((GameObject)null); }
private static void Postfix() { PUIUtils.AddSideScreenContent <ButcherStationSideScreen>(); }