From 0c42d3855cde5eeccbf738ec931a718bc629536e Mon Sep 17 00:00:00 2001 From: "DESKTOP-SAJ6RKV\\Administrator" Date: Tue, 10 Jun 2025 19:07:45 +0800 Subject: [PATCH] 1 --- .../Assets/GameScripts/HotFix/GameLogic/UI/UIGameBattle.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/UnityProject/Assets/GameScripts/HotFix/GameLogic/UI/UIGameBattle.cs b/UnityProject/Assets/GameScripts/HotFix/GameLogic/UI/UIGameBattle.cs index 96c3ac05..829400d2 100644 --- a/UnityProject/Assets/GameScripts/HotFix/GameLogic/UI/UIGameBattle.cs +++ b/UnityProject/Assets/GameScripts/HotFix/GameLogic/UI/UIGameBattle.cs @@ -117,6 +117,9 @@ namespace GameLogic { base.OnCreate(); + // 重新执行下Init + DataGameSceneManager.Instance.OnInit(); + // 游戏状态 //DataGameSceneManager.Instance.SetGameState(true);