コード例 #1
0
 public static void Postfix()
 {
     if (SweepyConfigChecker.UseCustomSliders)
     {
         PUIUtils.AddSideScreenContent <SweepBotStationSideScreen>((GameObject)null);
     }
 }
コード例 #2
0
ファイル: Patch.cs プロジェクト: romen-h/ONI-Mods
 internal static void Postfix()
 {
     PUIUtils.AddSideScreenContent <LogicScheduleSensorSideScreen>();
 }
コード例 #3
0
ファイル: HarmonyPatches.cs プロジェクト: romen-h/ONI-Mods
 internal static void Postfix()
 {
     PUIUtils.AddSideScreenContent <SimpleCurtainSidescreen>();
 }
コード例 #4
0
 public static void Postfix()
 {
     PUIUtils.AddSideScreenContent <WirelessPowerReceiverSideScreen>((GameObject)null);
     PUIUtils.AddSideScreenContent <WirelessPowerSenderSideScreen>((GameObject)null);
 }
コード例 #5
0
 private static void Postfix()
 {
     PUIUtils.AddSideScreenContent <ButcherStationSideScreen>();
 }