From 30146c02ced77c8674799b345053f8f1a39cf479 Mon Sep 17 00:00:00 2001 From: NTG_Lenovo Date: Wed, 2 Jul 2025 13:50:00 +0900 Subject: [PATCH] =?UTF-8?q?CellUi=20Image=20=EC=B4=88=EA=B8=B0=ED=99=94=20?= =?UTF-8?q?=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/_Datas/Scripts/CellUI.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/_Datas/Scripts/CellUI.cs b/Assets/_Datas/Scripts/CellUI.cs index 0ae42508d..40328715a 100644 --- a/Assets/_Datas/Scripts/CellUI.cs +++ b/Assets/_Datas/Scripts/CellUI.cs @@ -12,7 +12,7 @@ public class CellUI : MonoBehaviour private Image image; - private void Start() + private void OnEnable() { image = GetComponent(); }