hch
2025-09-17 6d3da15158f9584edd2e61b17d3d1e23ef9a0230
Main/System/HeroUI/HeroUIManager.cs
@@ -484,6 +484,9 @@
        heroBookRedpointList.Clear();
        foreach (var key in HeroConfig.GetKeys())
        { 
            var config = HeroConfig.Get(key);
            if (config.PlayerCanUse == 0)
                continue;
            heroBookRedpointList.Add(new Redpoint(MainRedDot.HeroCardCollectRedpoint, MainRedDot.HeroCardCollectRedpoint * 10000000 + key));
        }
    }