少年修仙传客户端代码仓库
client_linchunjie
2019-05-07 43a35b4b07030777a5aa68621670f785a61d242d
3335 缥缈仙域优先选中红点事件
1个文件已修改
10 ■■■■■ 已修改文件
System/HazyRegion/HazyRegionIncidentPanel.cs 10 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/HazyRegion/HazyRegionIncidentPanel.cs
@@ -59,6 +59,16 @@
            if (incidents.Count > 0)
            {
                model.selectIncident = incidents[0];
                var error = 0;
                foreach (var id in incidents)
                {
                    if (model.TryGotoIncident(id, false, out error))
                    {
                        model.selectIncident = id;
                        break;
                    }
                }
            }
            m_CyclicScroll.Init(incidents);