From 9e5bef39ba9b4c1aa2e0e5e7900fb681d92514e3 Mon Sep 17 00:00:00 2001
From: lcy <1459594991@qq.com>
Date: 星期五, 27 三月 2026 11:16:02 +0800
Subject: [PATCH] 576 【淘金】增加将星玉髓消耗提示 改弹规则为提示

---
 Main/System/AssetVersion/InGameDownLoadProgress.cs |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/Main/System/AssetVersion/InGameDownLoadProgress.cs b/Main/System/AssetVersion/InGameDownLoadProgress.cs
index 39c7d4b..53e6e82 100644
--- a/Main/System/AssetVersion/InGameDownLoadProgress.cs
+++ b/Main/System/AssetVersion/InGameDownLoadProgress.cs
@@ -59,6 +59,9 @@
     private void OnDestroy()
     {
         m_ViewDownLoad.RemoveAllListeners();
+        InGameDownLoad.Instance.downLoadStateChangeEvent -= OnDownLoadStateChange;
+        InGameDownLoad.Instance.dominantDownLoadEvent -= OnDownLoadDominantStateChange;
+        
     }
 
     private void OnDownLoadDominantStateChange(InGameDownLoad.Dominant _dominant)

--
Gitblit v1.8.0