少年修仙传客户端代码仓库
client_Zxw
2018-09-26 cbe3d7c2cb4fbf96f3a2295351fa03ea14035499
Utility/GMCommand.cs
@@ -19,7 +19,7 @@
    {
        if (Input.GetKeyDown(KeyCode.F1))
        {
            if (!WindowCenter.Instance.CheckOpen<GMInputWin>())
            if (!WindowCenter.Instance.IsOpen<GMInputWin>())
            {
                WindowCenter.Instance.Open<GMInputWin>();
            }
@@ -31,7 +31,7 @@
        if (Input.GetKeyDown(KeyCode.F2))
        {
            if (!WindowCenter.Instance.CheckOpen<GMCmdPanel>())
            if (!WindowCenter.Instance.IsOpen<GMCmdPanel>())
            {
                WindowCenter.Instance.Open<GMCmdPanel>();
            }