少年修仙传客户端代码仓库
client_linchunjie
2019-03-20 ac6868d312d697db872c7d47ebfa0469cf11c4cb
6340  【前端】【2.0】境界改版开发单(优化表现)
1个文件已修改
8 ■■■■■ 已修改文件
System/Realm/RealmAnimationBehaviour.cs 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Realm/RealmAnimationBehaviour.cs
@@ -187,6 +187,14 @@
            {
                StartCoroutine(Co_StartLine(index));
            }
            else
            {
                var realmStage = GetRealmStageBeha(index + 1);
                if (realmStage != null)
                {
                    realmStage.DisplayEffect(true);
                }
            }
        }
        IEnumerator Co_StartLine(int index)