hch
2025-11-18 a3316f22bceb07dd677c7af8aa79d8c52d26dc2b
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;