mirror of
https://github.com/soarqin/DSP_Mods.git
synced 2025-12-08 22:53:33 +08:00
minor patch
This commit is contained in:
@@ -48,6 +48,13 @@ public class HideTips : BaseUnityPlugin
|
||||
_patch?.UnpatchSelf();
|
||||
_patch = null;
|
||||
}
|
||||
|
||||
[HarmonyPrefix]
|
||||
[HarmonyPatch(typeof(VFPreload), nameof(VFPreload.Start))]
|
||||
private static void VFPreload_Start_Prefix(VFPreload __instance)
|
||||
{
|
||||
__instance.splashTime = -0.3f;
|
||||
}
|
||||
|
||||
[HarmonyPostfix]
|
||||
[HarmonyPatch(typeof(UIBuildMenu), "_OnCreate")]
|
||||
|
||||
Reference in New Issue
Block a user