1
0
mirror of https://github.com/soarqin/DSP_Mods.git synced 2026-02-05 01:02:19 +08:00

rename GameLogicProc back to make things compatible with old dependants

This commit is contained in:
2025-09-22 12:26:37 +08:00
parent 8272d47519
commit 9567631cbb
10 changed files with 10 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ using HarmonyLib;
namespace UXAssist.Common;
public class GameLogicProc : PatchImpl<GameLogicProc>
public class GameLogic : PatchImpl<GameLogic>
{
public static Action OnDataLoaded;
public static Action OnGameBegin;