1
0
mirror of https://github.com/soarqin/DSP_Mods.git synced 2026-03-22 11:53:25 +08:00

UXAssist: add 3 options to Initialize Planet

This commit is contained in:
2026-03-06 00:59:40 +08:00
parent d98d87af48
commit 5e501ea649
6 changed files with 332 additions and 16 deletions

View File

@@ -109,14 +109,6 @@ public static class LogisticsPatch
private class AutoConfigLogistics : PatchImpl<AutoConfigLogistics>
{
enum KnownItemId : int
{
Drone = 5001,
Ship = 5002,
Bot = 5003,
Warper = 1210,
}
protected override void OnEnable()
{
ToggleLimitAutoReplenishCount();