| System/Pet/PetAttributeMethods.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
System/Pet/PetAttributeMethods.cs
@@ -190,17 +190,8 @@ UIEffect uie = cell.transform.GetComponent<UIEffect>(); if (petmodel.ListEffectSkill.Contains(curPetSkillIds[skillIdIndex])) { if (!uie.IsPlaying) { uie.Play(); } } else { if (uie.IsPlaying) { uie.Stop(); } uie.Play(); } if (petmodel._DicPetBack.ContainsKey(petInfoConfig.ID)) {