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;