| System/Realm/RealmAnimationBehaviour.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
System/Realm/RealmAnimationBehaviour.cs
@@ -129,12 +129,6 @@ } config = RealmConfig.Get(model.displayRealmLevel); if (onLevelUpComplete != null) { onLevelUpComplete(); } if (config.BossID != 0) { m_EffectBoss.Play(); @@ -145,6 +139,11 @@ animator.Play("Effect_JingJieBJ_02", 0, 0); } } if (onLevelUpComplete != null) { onLevelUpComplete(); } } RealmStageBehaviour GetRealmStageBeha(int index)