From 88d14f54b4cbd3e713da17ce611e785e17e049f8 Mon Sep 17 00:00:00 2001 From: "aube.lee" Date: Fri, 28 Feb 2025 14:43:36 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EB=8D=B0=EC=9D=B4=ED=84=B0=20=EC=97=85?= =?UTF-8?q?=EB=8D=B0=EC=9D=B4=ED=8A=B8=20=EC=8B=9C=EC=A0=90=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Gameton-06/Assets/Gameton/Scripts/UI/LobbyUI.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gameton-06/Assets/Gameton/Scripts/UI/LobbyUI.cs b/Gameton-06/Assets/Gameton/Scripts/UI/LobbyUI.cs index 2754ae3e..ad6482ef 100644 --- a/Gameton-06/Assets/Gameton/Scripts/UI/LobbyUI.cs +++ b/Gameton-06/Assets/Gameton/Scripts/UI/LobbyUI.cs @@ -25,7 +25,7 @@ namespace TON public GameObject emptyHeartAlert; - private void Start() + private void OnEnable() { SetCharacterData(); SetUserRankData();