Exemplo n.º 1
0
 public static void Postfix()
 {
     if (SweepyConfigChecker.UseCustomSliders)
     {
         PUIUtils.AddSideScreenContent <SweepBotStationSideScreen>((GameObject)null);
     }
 }
Exemplo n.º 2
0
 internal static void Postfix()
 {
     PUIUtils.AddSideScreenContent <LogicScheduleSensorSideScreen>();
 }
Exemplo n.º 3
0
 internal static void Postfix()
 {
     PUIUtils.AddSideScreenContent <SimpleCurtainSidescreen>();
 }
Exemplo n.º 4
0
 public static void Postfix()
 {
     PUIUtils.AddSideScreenContent <WirelessPowerReceiverSideScreen>((GameObject)null);
     PUIUtils.AddSideScreenContent <WirelessPowerSenderSideScreen>((GameObject)null);
 }
 private static void Postfix()
 {
     PUIUtils.AddSideScreenContent <ButcherStationSideScreen>();
 }