From f9fc70acca92815664c46da12694e008717a2aef Mon Sep 17 00:00:00 2001 From: "DESKTOP-SAJ6RKV\\Administrator" Date: Mon, 12 May 2025 16:22:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=94=9C=E7=94=9C=E5=9C=88?= =?UTF-8?q?=E7=89=B9=E6=95=88=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../HotFix/GameLogic/UI/UIGameBattle.cs | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/UnityProject/Assets/GameScripts/HotFix/GameLogic/UI/UIGameBattle.cs b/UnityProject/Assets/GameScripts/HotFix/GameLogic/UI/UIGameBattle.cs index 32d198ad..4dce7c62 100644 --- a/UnityProject/Assets/GameScripts/HotFix/GameLogic/UI/UIGameBattle.cs +++ b/UnityProject/Assets/GameScripts/HotFix/GameLogic/UI/UIGameBattle.cs @@ -199,14 +199,14 @@ namespace GameLogic /// private void TtqEffectCreateFunc(GiftConfig giftConfig) { - //GameModule.Timer.AddTimer((e) => - //{ - // var m_Ego = GameModule.Resource.LoadGameObject("TTQ01"); - // m_Ego.transform.SetParent(this.transform); - // m_Ego.transform.localPosition = Vector3.zero; - // m_Ego.transform.localScale = Vector3.one; - // m_Ego.transform.GetComponent().scale = 1; - //}, giftConfig.TimerLen); + GameModule.Timer.AddTimer((e) => + { + var m_Ego = GameModule.Resource.LoadGameObject("TTQ01"); + m_Ego.transform.SetParent(this.transform); + m_Ego.transform.localPosition = Vector3.zero; + m_Ego.transform.localScale = Vector3.one; + //m_Ego.transform.GetComponent().scale = 1; + }, giftConfig.TimerLen); } private async void AddGiftMessageFunc(UnitPlayerData unitPlayerData, GiftConfig giftConfig, int num)