Main/System/HeroUI/HeroUIManager.cs
@@ -28,6 +28,10 @@ public List<TeamHero> custonTeamHeroes = new List<TeamHero>(); public Dictionary<int, int> heroStarGuideDic = new Dictionary<int, int>(); public int firstHeroIDBookUpdate = 0; //图鉴中第一个可以升级或者升星的武将,引导用 public override void Init() { DTC0102_tagCDBPlayer.beforePlayerDataInitializeEvent += OnBeforePlayerDataInitialize; @@ -89,6 +93,7 @@ waitResponse = default; heroCollectInfoDic.Clear(); newHeroIDList.Clear(); firstHeroIDBookUpdate = 0; } @@ -514,6 +519,7 @@ } } //某个武将图鉴中是否显示红点 public bool IsBookShowRedPoint(int heroID) {