refactor(UXAssist): split LogisticsPatch into focused classes

This commit is contained in:
2026-06-23 02:56:19 +08:00
parent f2abb7cc2c
commit dace35a691
8 changed files with 2152 additions and 2109 deletions
+1
View File
@@ -7,6 +7,7 @@ using UXAssist.Functions;
using UXAssist.ModsCompat;
using UXAssist.Patches;
using UXAssist.Patches.Factory;
using UXAssist.Patches.Logistics;
using UXAssist.UI;
namespace UXAssist;