feat(UXAssist): add advanced auto-navigation

This commit is contained in:
2026-07-22 15:01:34 +08:00
parent a48ae5ad96
commit 53d558a9a4
5 changed files with 1006 additions and 24 deletions
+1
View File
@@ -235,6 +235,7 @@ public class UXAssist : BaseUnityPlugin, IModCanSave
DysonSpherePatch.AutoConstructMultiplier = Config.Bind("DysonSphere", "AutoConstructMultiplier", 1, "Dyson Sphere auto-construct speed multiplier");
UIPatch.PlanetVeinUtilizationEnabled = Config.Bind("UI", "PlanetVeinUtilization", false,
"Planet vein utilization");
PlayerPatch.AutoNavigationG.Awake(Config);
I18N.Init();
I18NKeys.Register();