refactor(UXAssist): split FactoryPatch into focused classes

This commit is contained in:
2026-06-23 02:42:21 +08:00
parent 91259bbd17
commit f2abb7cc2c
12 changed files with 2741 additions and 2589 deletions
+1
View File
@@ -6,6 +6,7 @@ using UXAssist.Common;
using UXAssist.Functions;
using UXAssist.ModsCompat;
using UXAssist.Patches;
using UXAssist.Patches.Factory;
using UXAssist.UI;
namespace UXAssist;