少年修仙传客户端代码仓库
client_linchunjie
2018-09-22 449b3ccf11b31cb6c4f20c6a73dea0099feb70d9
2008 【BUG】【主干】限时礼包倒计时显示错误
1个文件已修改
2 ■■■■■ 已修改文件
System/OpenServerActivity/FlashSaleCoolDown.cs 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/OpenServerActivity/FlashSaleCoolDown.cs
@@ -24,7 +24,6 @@
        private void DayResetEvent(int resetType)
        {
            SecondEvent();
            m_Time.gameObject.SetActive(false);
        }
        private void SecondEvent()
@@ -79,6 +78,7 @@
        {
            GlobalTimeEvent.Instance.secondEvent -= SecondEvent;
            OperationTimeHepler.Instance.dayResetEvent -= DayResetEvent;
            m_Time.gameObject.SetActive(false);
        }
        void DisplayTime(int seconds)