From 8ed821d594622dd567aa3f46947173b696ab3f3e Mon Sep 17 00:00:00 2001
From: ZXW <826696702@qq.com>
Date: 星期四, 09 八月 2018 14:22:11 +0800
Subject: [PATCH] 灵宠养成和特效养成音效特效丢失单号【2318】【1512】
---
System/Pet/PetAttributeMethods.cs | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/System/Pet/PetAttributeMethods.cs b/System/Pet/PetAttributeMethods.cs
index 446cfbc..59b9568 100644
--- a/System/Pet/PetAttributeMethods.cs
+++ b/System/Pet/PetAttributeMethods.cs
@@ -73,6 +73,7 @@
[SerializeField]
GameObject Skillimage3;
+ [SerializeField] UIEffect m_UIeffect2;//缁忛獙鏉$壒鏁�
private int typePetID = 0;
private float timePlay = 0;//鐏靛疇鍔ㄤ綔鎾斁鏃堕棿
PlayerPetDatas m_petModel;
@@ -327,7 +328,8 @@
private void RefreshPetInfo()
{
if (petInfoConfig == null) return;
-
+ SoundPlayer.Instance.PlayUIAudio(19);
+ m_UIeffect2.Play();
AllPetAttrCtrl();
curPetSkillCtrl.m_Scorller.RefreshActiveCellViews();
CreateAllPetSkill();
--
Gitblit v1.8.0