yyl
2026-03-04 bc1cb6da854cb2e9144f10ed55330a537ecdca16
Main/System/Debug/DebugController.cs
@@ -29,13 +29,13 @@
    {
        if (!UIManager.Instance.IsOpened<GMInputWin>())
        {
            UIManager.Instance.OpenWindow<GMInputWin>();
            UIManager.Instance.OpenWindowAsync<GMInputWin>().Forget();
        }
    }
    public void OpenGMCommond()
    {
        UIManager.Instance.OpenWindow<GMCmdPanel>();
        UIManager.Instance.OpenWindowAsync<GMCmdPanel>().Forget();
    }
    public void CleanNewBranchSet()