hch
2025-09-08 51f023b1ef1842dffc7a17e8da3286f46d067199
Main/System/HeroUI/HeroAwakeWin.cs
@@ -21,6 +21,10 @@
    protected override void InitComponent()
    {
        awakeBtn.AddListener(AwakeHero);
        watchBtn.AddListener(() =>
        {
            UIManager.Instance.OpenWindow<HeroAwakePrivewWin>();
        });
    }
    protected override void OnPreOpen()