lcy
3 天以前 09bc892c7283df8757a07b646d5af21ddaa263d1
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;