少年修仙传客户端代码仓库
client_Wu Xijin
2018-10-18 1868bc632a9134b6891d4fc5f427e3f280b9e973
System/MainInterfacePanel/SkillContainerResetTimer.cs
@@ -27,7 +27,7 @@
            }
            timer += Time.deltaTime;
            if (timer > GeneralConfig.Instance.mainWinSkillResetTime)
            if (timer > GeneralDefine.mainWinSkillResetTime)
            {
                WindowCenter.Instance.Get<MainInterfaceWin>().MarkRayButton();
                this.gameObject.SetActive(false);