rename GameLogicProc back to make things compatible with old dependants

This commit is contained in:
2025-09-29 23:34:17 +08:00
parent 2a4008deac
commit e909b6d9d2
10 changed files with 10 additions and 2 deletions
+1
View File
@@ -14,6 +14,7 @@ using UXAssist.Functions;
using UXAssist.Patches;
using UXAssist.UI;
using Util = UXAssist.Common.Util;
using GameLogicProc = UXAssist.Common.GameLogic;
namespace UXAssist;