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);