少年修仙传客户端代码仓库
client_Zxw
2018-12-27 f47233277ece20afdaa12e41177430b96718f8cd
Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
2个文件已修改
21 ■■■■ 已修改文件
System/Message/MessageWin.cs 10 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Message/SysNotifyMgr.cs 11 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Message/MessageWin.cs
@@ -222,16 +222,6 @@
            gmClose.gameObject.SetActive(!hasOnFrom);
        }
        protected override void LateUpdate()
        {
#if UNITY_EDITOR
            if (Input.GetKeyDown(KeyCode.F3))
            {
                OnGMOpen();
            }
#endif
        }
        protected override void BindController()
        {
        }
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();