From 09bc892c7283df8757a07b646d5af21ddaa263d1 Mon Sep 17 00:00:00 2001
From: lcy <1459594991@qq.com>
Date: 星期四, 06 十一月 2025 18:22:34 +0800
Subject: [PATCH] 164 天子的考验-客户端
---
Main/System/Dungeon/DungeonManager.cs | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/Main/System/Dungeon/DungeonManager.cs b/Main/System/Dungeon/DungeonManager.cs
index d696272..bbfbb11 100644
--- a/Main/System/Dungeon/DungeonManager.cs
+++ b/Main/System/Dungeon/DungeonManager.cs
@@ -10,8 +10,6 @@
private Dictionary<int, FBInfo> fbInfoDict = new Dictionary<int, FBInfo>();
public event Action<int> UpdateFBInfoListEvent;//int mapID
public event Action<int, bool, bool, bool> UpdateFBInfoChangeEvent;
- public event Action<int> UpdateFBInfoListEventByADAddCnt;//int mapID 骞垮憡澧炲姞娆℃暟鏈夋洿鏂�
- public event Action<int> UpdateFBInfoListEventNotByADAddCnt;//int mapID 涓嶆槸骞垮憡澧炲姞娆℃暟瀵艰嚧鐨勬洿鏂�
Dictionary<int, DungeonRecord> dungeonRecords = new Dictionary<int, DungeonRecord>();
public event Action updateDungeonBuyCnt;
--
Gitblit v1.8.0