From 75fad082a71c09da282ae25df7d5ac5fd577c852 Mon Sep 17 00:00:00 2001
From: Client_PangDeRong <593317293@qq.com>
Date: 星期一, 15 十月 2018 11:10:09 +0800
Subject: [PATCH] 4074 【前端】限时抢购开发
---
System/GMCommand/GMInputWin.cs | 12 ------------
1 files changed, 0 insertions(+), 12 deletions(-)
diff --git a/System/GMCommand/GMInputWin.cs b/System/GMCommand/GMInputWin.cs
index c72b07c..1ddd701 100644
--- a/System/GMCommand/GMInputWin.cs
+++ b/System/GMCommand/GMInputWin.cs
@@ -87,18 +87,6 @@
{
OnClickSendBtn();
}
-
- if (Input.GetKeyDown(KeyCode.J))
- {
- if(ModelCenter.Instance.GetModel<FlashRushToBuyModel>().IsOpen)
- {
- if (!WindowCenter.Instance.IsOpen<FlashRushToBuyWin>())
- {
- WindowCenter.Instance.Open<FlashRushToBuyWin>();
- }
- }
- }
-
}
private void CreateCmdCell()
--
Gitblit v1.8.0