Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
| | |
| | | gmClose.gameObject.SetActive(!hasOnFrom);
|
| | | }
|
| | |
|
| | | protected override void LateUpdate()
|
| | | {
|
| | | #if UNITY_EDITOR
|
| | | if (Input.GetKeyDown(KeyCode.F3))
|
| | | {
|
| | | OnGMOpen();
|
| | | }
|
| | | #endif
|
| | | }
|
| | |
|
| | | protected override void BindController()
|
| | | {
|
| | | }
|
| | |
| | | using System.Collections.Generic;
|
| | | using System.Text.RegularExpressions;
|
| | | using TableConfig;
|
| | | using UnityEngine;
|
| | | using UnityEngine.UI;
|
| | |
|
| | | [XLua.LuaCallCSharp]
|
| | |
| | | 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();
|