1
0
mirror of https://github.com/soarqin/DSP_Mods.git synced 2025-12-09 14:53:30 +08:00
This commit is contained in:
2023-09-06 03:22:54 +08:00
parent ba0bf07614
commit 18505caa3b
4 changed files with 314 additions and 0 deletions

View File

@@ -64,6 +64,12 @@ public class CheatEnabler : BaseUnityPlugin
"Birth star has high luminosity").Value;
_terraformAnyway = Config.Bind("General", "TerraformAnyway", _terraformAnyway,
"Can do terraform without enough sands").Value;
I18N.Init();
// UI Patch
Harmony.CreateAndPatchAll(typeof(UI.MyWindowManager.Patch));
if (_devShortcuts)
{
Harmony.CreateAndPatchAll(typeof(DevShortcuts));