少年修仙传客户端代码仓库
client_Wu Xijin
2018-12-27 b5651b96bb1bfd53341af7fbe4cb46db54dee58c
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();