hch
2026-01-06 10ee3cd494d466a7330d07bfaf2a7496e87d13d4
Main/System/Main/RightFuncInHome.cs
@@ -50,7 +50,7 @@
            ShowFuncCol(false);
        });
        UIManager.Instance.OnCloseWindow -= OnCloseWindow;
        UIManager.Instance.OnCloseWindow += OnCloseWindow;
        dayMissionBtn.AddListener(() =>
@@ -88,6 +88,12 @@
            UIManager.Instance.OpenWindow<FunctionPreviewWin>();
        });
    }
    void OnDestroy()
    {
        UIManager.Instance.OnCloseWindow -= OnCloseWindow;
    }
    void ShowBtns()
    {