yyl
2025-09-05 fe421e1b91bbb3f69e494ec58dd8092d61346f5e
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;