From f47233277ece20afdaa12e41177430b96718f8cd Mon Sep 17 00:00:00 2001
From: client_Zxw <826696702@qq.com>
Date: 星期四, 27 十二月 2018 11:18:39 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

---
 System/Message/SysNotifyMgr.cs |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/System/Message/SysNotifyMgr.cs b/System/Message/SysNotifyMgr.cs
index 00896d8..66fec4d 100644
--- a/System/Message/SysNotifyMgr.cs
+++ b/System/Message/SysNotifyMgr.cs
@@ -4,6 +4,7 @@
 using System.Collections.Generic;
 using System.Text.RegularExpressions;
 using TableConfig;
+using UnityEngine;
 using UnityEngine.UI;
 
 [XLua.LuaCallCSharp]
@@ -40,6 +41,16 @@
         var instance = BattleHint.Instance;
     }
 
+    private void LateUpdate()
+    {
+#if UNITY_EDITOR
+        if (Input.GetKeyDown(KeyCode.F3))
+        {
+            MessageWin.Inst.OnGMOpen();
+        }
+#endif
+    }
+
     protected override void OnDestroy()
     {
         base.OnDestroy();

--
Gitblit v1.8.0