rename GameLogicProc back to make things compatible with old dependants

This commit is contained in:
2025-09-22 12:30:47 +08:00
parent 8272d47519
commit 9567631cbb
10 changed files with 10 additions and 2 deletions
+1
View File
@@ -6,6 +6,7 @@ using System.Linq;
using System.Collections.Generic;
using UXAssist.UI;
using UXAssist.Common;
using GameLogicProc = UXAssist.Common.GameLogic;
namespace UXAssist.Functions;