hch
6 天以前 ee3196b5a04c15d025d1a9eab825d5d14987758d
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);