From c2de8bb08205889c56cf6c29f8db15f432efb8a5 Mon Sep 17 00:00:00 2001 From: GL <2365963573@qq.com> Date: Sat, 16 Nov 2024 16:01:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E9=94=99=E8=AF=AF=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Scripts/Battle_Royale/AllHouseContro.cs | 8 +++++--- .../Assets/Scripts/Battle_Royale/BettingBtn.cs | 2 +- .../Assets/Scripts/Login/UI/logoPanel.cs | 18 +++++++++--------- 3 files changed, 15 insertions(+), 13 deletions(-) diff --git a/TheStrongestSnail/Assets/Scripts/Battle_Royale/AllHouseContro.cs b/TheStrongestSnail/Assets/Scripts/Battle_Royale/AllHouseContro.cs index 7f4b2ed..c84f022 100644 --- a/TheStrongestSnail/Assets/Scripts/Battle_Royale/AllHouseContro.cs +++ b/TheStrongestSnail/Assets/Scripts/Battle_Royale/AllHouseContro.cs @@ -36,17 +36,19 @@ public class AllHouseContro : MonoBehaviour } public async Task battleRoyaleGameDetails()//5.1.1 { + foreach (HouseBtn item in HouseBtnList) - { + { item.gameObject.GetComponentInChildren