少年修仙传客户端代码仓库
client_Zxw
2019-01-16 050ab84bdffc39c31efeca01c2d12dae72d17460
3335 代码优化
1个文件已修改
11 ■■■■■ 已修改文件
System/MainInterfacePanel/FeatureNoticeModel.cs 11 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/MainInterfacePanel/FeatureNoticeModel.cs
@@ -54,9 +54,10 @@
    private void secondEvent()
    {
        if (!Isbool)
        if (Isbool)
        {
            Isbool = true;
            RedPoint_State();
            Isbool = false;
        }
    }
@@ -64,11 +65,7 @@
    {
        if (_tCDBPlayerRefresh == PlayerDataRefresh.LV &&PlayerDatas.Instance.baseData.LV>=100)
        {
            if (Isbool)
            {
                RedPoint_State();
                Isbool = false;
            }
            Isbool = true;
        }
    }