Main/System/HeroUI/HeroDeleteWin.cs
@@ -21,7 +21,8 @@ { storeBtn.AddListener(() => { // UIManager.Instance.OpenWindow<StoreWin>(); StoreModel.Instance.selectStoreFuncType = StoreFunc.Hero; UIManager.Instance.OpenWindow<StoreBaseWin>(); }); quickSelectBtn.AddListener(QuickSelect); deleteBtn.AddListener(DeleteHero);