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
@@ -14,6 +14,7 @@ using UXAssist.Common.ModFeatures;
using UXAssist.Functions;
using UXAssist.Patches;
using UXAssist.Patches.Factory;
using UXAssist.Patches.Logistics;
using UXAssist.UI;
using Util = UXAssist.Common.Util;
using GameLogicProc = UXAssist.Common.GameLogic;