hch
2025-09-04 62188b271cce5e3aec5ca40d58c30f08643e2f60
Main/System/HeroUI/HeroLVBreakSuccessWin.cs
@@ -21,7 +21,6 @@
    string guid;
    HeroInfo hero;
    protected override void InitComponent()
@@ -35,8 +34,7 @@
        guid = HeroUIManager.Instance.waitResponse.guid;
        if (string.IsNullOrEmpty(guid))
            return;
        hero = HeroManager.Instance.GetHero(guid);
        Refresh();
        Display(HeroManager.Instance.GetHero(guid));
    }
    protected override void OnPreClose()
@@ -44,7 +42,7 @@
    }
    public override void Refresh()
    public void Display(HeroInfo hero)
    {
        breakLVText.text = "+" + (hero.breakLevel - 1);
        nextBreakLVText.text = "+" + hero.breakLevel;