From 7e9ae336dce92f0ed2abcf2d6eea2f205598407d Mon Sep 17 00:00:00 2001
From: QD_LCJ <461730578@qq.com>
Date: 星期四, 09 八月 2018 15:43:13 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
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