From dc7922d80c1d133b6261b8af1d521567d2c0a35d Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期四, 30 十月 2025 16:51:39 +0800
Subject: [PATCH] Merge branch 'master' of http://mobile.secondworld.net.cn:10010/r/Project_SG_scripts

---
 Main/Common/EventBroadcast.cs |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/Main/Common/EventBroadcast.cs b/Main/Common/EventBroadcast.cs
index 68e51d8..671fcad 100644
--- a/Main/Common/EventBroadcast.cs
+++ b/Main/Common/EventBroadcast.cs
@@ -26,6 +26,10 @@
     // 闃叉澶栭儴瀹炰緥鍖�
     private EventBroadcast() { }
 
+    ~EventBroadcast() {
+        eventDict.Clear();
+    }
+
     #region 娣诲姞鐩戝惉
 
     /// <summary>

--
Gitblit v1.8.0