1
0
mirror of https://github.com/soarqin/DSP_Mods.git synced 2026-03-31 09:27:15 +08:00

work in progress

This commit is contained in:
2025-05-25 20:19:51 +08:00
parent 944a4d7948
commit f956032596
4 changed files with 259 additions and 179 deletions

View File

@@ -71,6 +71,8 @@ public class CheatEnabler : BaseUnityPlugin
"Enable warp without warper");
DysonSpherePatch.SkipBulletEnabled = Config.Bind("DysonSphere", "SkipBullet", false,
"Skip bullet");
DysonSpherePatch.FireAllBulletsEnabled = Config.Bind("DysonSphere", "FireAllBullets", false,
"Fire all bullets at once");
DysonSpherePatch.SkipAbsorbEnabled = Config.Bind("DysonSphere", "SkipAbsorb", false,
"Skip absorption");
DysonSpherePatch.QuickAbsorbEnabled = Config.Bind("DysonSphere", "QuickAbsorb", false,