1
0
mirror of https://github.com/soarqin/DSP_Mods.git synced 2025-12-09 02:53:29 +08:00

UXAssist and CheatEnabler new release

This commit is contained in:
2024-08-22 17:16:55 +08:00
parent fec947e71a
commit 7430f20181
14 changed files with 178 additions and 29 deletions

View File

@@ -81,6 +81,7 @@ public class CheatEnabler : BaseUnityPlugin
FactoryPatch.Init();
ResourcePatch.Init();
PlanetPatch.Init();
PlayerFunctions.Init();
PlayerPatch.Init();
DysonSpherePatch.Init();
CombatPatch.Init();
@@ -104,5 +105,4 @@ public class CheatEnabler : BaseUnityPlugin
if (VFInput.inputing) return;
FactoryPatch.OnUpdate();
}
}