From 3668db2179f643bbb4175411e2628b911bcfca1b Mon Sep 17 00:00:00 2001 From: "DESKTOP-SAJ6RKV\\Administrator" Date: Sat, 28 Jun 2025 17:50:18 +0800 Subject: [PATCH] 1 --- .../GameScripts/HotFix/GameLogic/UI/UIGameBattle.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/UnityProject/Assets/GameScripts/HotFix/GameLogic/UI/UIGameBattle.cs b/UnityProject/Assets/GameScripts/HotFix/GameLogic/UI/UIGameBattle.cs index a2a13a4e..28847f6d 100644 --- a/UnityProject/Assets/GameScripts/HotFix/GameLogic/UI/UIGameBattle.cs +++ b/UnityProject/Assets/GameScripts/HotFix/GameLogic/UI/UIGameBattle.cs @@ -282,9 +282,9 @@ namespace GameLogic GameModule.Audio.Play(TEngine.AudioType.UISound, videoName + "_Audio", false, 1, true); - m_video_SjVideo.loopPointReached += (v) => + m_video_SjVideo.loopPointReached += async (v) => { - + await UniTask.Delay(2000); m_img_HuangJinShiDai.gameObject.SetActive(false); m_rect_ShiJian.gameObject.SetActive(false); DataGameSceneManager.Instance.m_LiShiShiJianLikeCount = 0; @@ -421,9 +421,9 @@ namespace GameLogic string videoName = ConfigSystem.Instance.Tables.TbTeamConfig.Get(teamId).ImgName; GameModule.Audio.Play(TEngine.AudioType.UISound, videoName + "_Audio", false, 1, true); - m_video_SjVideo.loopPointReached += (v) => + m_video_SjVideo.loopPointReached += async (v) => { - + await UniTask.Delay(2000); m_img_HuangJinShiDai.gameObject.SetActive(false); m_rect_ShiJian.gameObject.SetActive(false); DataGameSceneManager.Instance.m_LiShiShiJianLikeCount = 0;