From 2654f4bf1d904ed2039a5b1449e82185808265a7 Mon Sep 17 00:00:00 2001 From: NTG_Lenovo Date: Tue, 5 Aug 2025 20:00:29 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B8=80=EB=A1=9C=EB=B2=8C=20=EB=A9=94?= =?UTF-8?q?=EC=84=B8=EC=A7=80=20=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/_DDD/_Scripts/GameUi/GlobalMessageUi.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/Assets/_DDD/_Scripts/GameUi/GlobalMessageUi.cs b/Assets/_DDD/_Scripts/GameUi/GlobalMessageUi.cs index a931ba570..63978b643 100644 --- a/Assets/_DDD/_Scripts/GameUi/GlobalMessageUi.cs +++ b/Assets/_DDD/_Scripts/GameUi/GlobalMessageUi.cs @@ -1,13 +1,11 @@ using System.Collections.Generic; using DG.Tweening; using TMPro; -using UnityEngine; namespace DDD { public class GlobalMessageUi : BaseUi, IEventHandler { - private CanvasGroup _canvasGroup; private TextMeshProUGUI _messageText; private Tween _fadeTween; @@ -18,7 +16,6 @@ protected override void Awake() { base.Awake(); - _canvasGroup = GetComponent(); _messageText = GetComponentInChildren(); _canvasGroup.alpha = 0;