少年修仙传客户端代码仓库
client_Hale
2019-07-08 47a07ebb1776885a46cd411f7c8aed2f46bcef1f
System/CrossServerOneVsOne/CrossServerOneVsOneModel.cs
@@ -21,9 +21,11 @@
        public bool isClickCoolTime { get; set; }
        public event Action UpdateMatchStateEvent;
        private bool _isMatching;
        public bool IsMatching {
        public bool IsMatching
        {
            get { return _isMatching; }
            set {
            set
            {
                _isMatching = value;
                if (UpdateMatchStateEvent != null)
                {
@@ -225,6 +227,7 @@
                if (hero != null)
                {
                    hero.Behaviour.StopHandupAI(true);
                    hero.StopPathFind();
                }
            }
@@ -491,7 +494,7 @@
            }
            else
            {
                if (clientMatchClock != null )
                if (clientMatchClock != null)
                {
                    Clock.Stop(clientMatchClock);
                    clientMatchClock = null;