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>(); }