lzx 2 روز پیش
والد
کامیت
45a7256e27
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      Assets/Scripts/GameUI/EventManager/EventSystemManager.cs

+ 2 - 0
Assets/Scripts/GameUI/EventManager/EventSystemManager.cs

@@ -776,6 +776,8 @@ public class EventSystemManager : Singleton<EventSystemManager>
                 CurrentEventList.isCompleted1 = true;
                 AccountFileInfo.Instance.SavePlayerData();
                 CombatDrive.Instance.CombatController.ChangeState(CombatController.update);
+                onCompleteCallback?.Invoke();
+                onCompleteCallback = null;
             }
 
             cTask.SetResult();