From b5651b96bb1bfd53341af7fbe4cb46db54dee58c Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期四, 27 十二月 2018 14:40:47 +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