Code updates
This commit is contained in:
parent
a430310324
commit
393de5e06a
14 changed files with 216 additions and 31 deletions
13
Patches/SectionManager_UpgradeStore_Patch.cs
Normal file
13
Patches/SectionManager_UpgradeStore_Patch.cs
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
using HarmonyLib;
|
||||
|
||||
namespace SpacemarketSimulator.Patches
|
||||
{
|
||||
[HarmonyPatch(typeof(SectionManager), "UpgradeStore")]
|
||||
public static class SectionManager_UpgradeStore_Patch
|
||||
{
|
||||
public static void Postfix()
|
||||
{
|
||||
//Plugin.DisableStandardEnvironment();
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue