1
0
mirror of https://github.com/soarqin/DSP_Mods.git synced 2026-03-22 13:23:28 +08:00

UXAssist: bug fix

This commit is contained in:
2026-02-13 23:29:22 +08:00
parent 3e24461ef0
commit 2e13206346
5 changed files with 97 additions and 63 deletions

View File

@@ -130,6 +130,8 @@ public class UXAssist : BaseUnityPlugin, IModCanSave
"Drag building power poles in maximum connection range");
FactoryPatch.DragBuildPowerPolesAlternatelyEnabled = Config.Bind("Factory", "DragBuildPowerPolesAlternately", true,
"Build Tesla Tower and Wireless Power Tower alternately");
FactoryPatch.AutoConstructButtonEnabled = Config.Bind("Factory", "AutoConstructButton", false,
"Enable auto-construct button");
FactoryPatch.AutoConstructEnabled = Config.Bind("Factory", "AutoConstruct", false,
"Fly toward the building to be constructed automatically");
FactoryPatch.BeltSignalsForBuyOutEnabled = Config.Bind("Factory", "BeltSignalsForBuyOut", false,