yyl
2025-11-26 6dd078b9ed38ff99a4912029cca2bd5c309f94fc
Main/System/HeroUI/HeroCardCell.cs
@@ -29,6 +29,7 @@
            this.gameObject.SetActive(false);
            return;
        }
        this.gameObject.name = $"HeroCardCell_{hero.heroId}";
        this.gameObject.SetActive(true);
        heroCardBG.SetSprite("herocardbg" + hero.Quality);