From 3f7c1472b0b4375081c915cdaf16d464185ac115 Mon Sep 17 00:00:00 2001 From: "DESKTOP-SAJ6RKV\\Administrator" Date: Mon, 28 Apr 2025 15:31:53 +0800 Subject: [PATCH] 1 --- .../GameScripts/HotFix/GameLogic/UI/UIGameBattle.cs | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/UnityProject/Assets/GameScripts/HotFix/GameLogic/UI/UIGameBattle.cs b/UnityProject/Assets/GameScripts/HotFix/GameLogic/UI/UIGameBattle.cs index 43e1c44e..58aa9ea2 100644 --- a/UnityProject/Assets/GameScripts/HotFix/GameLogic/UI/UIGameBattle.cs +++ b/UnityProject/Assets/GameScripts/HotFix/GameLogic/UI/UIGameBattle.cs @@ -194,19 +194,6 @@ namespace GameLogic private void RestGameBattleFunc() { - //targetPositions.Clear(); - - //// 清理横版 - //for (int i = 0; i < m_rect_List.childCount; i++) - //{ - // m_rect_List.GetChild(i).GetComponent().OnRemove(); - //} - - //RestHItemFunc(); - //UpdateGameTiemr(); - //UpdateGameScoreValue(); - - //DataGameSceneManager.Instance.SetGameState(true); }