mirror of
https://github.com/soarqin/DSP_Mods.git
synced 2026-08-05 10:20:13 +08:00
feat(UXAssist): add advanced auto-navigation
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user