少年修仙传客户端代码仓库
client_linchunjie
2018-12-06 bb467acc0530af8fde391ebd89e9146a0af5cb89
UI/Common/FunctionButton.cs
@@ -105,6 +105,7 @@
        }
        public event Action<string> OnPointClickLockFunc;
        public event Action repeatClickFunc;
        protected override void Awake()
        {
@@ -171,6 +172,10 @@
            if (!invokeForce && state == TitleBtnState.Click)
            {
                if (repeatClickFunc != null)
                {
                    repeatClickFunc();
                }
                return;
            }