CellUi Image 초기화 오류 수정

This commit is contained in:
NTG_Lenovo 2025-07-02 13:50:00 +09:00
parent 515c2ea61f
commit 30146c02ce

View File

@ -12,7 +12,7 @@ public class CellUI : MonoBehaviour
private Image image;
private void Start()
private void OnEnable()
{
image = GetComponent<Image>();
}