글로벌 메세지 오류 수정
This commit is contained in:
parent
6b8be61a88
commit
2654f4bf1d
@ -1,13 +1,11 @@
|
||||
using System.Collections.Generic;
|
||||
using DG.Tweening;
|
||||
using TMPro;
|
||||
using UnityEngine;
|
||||
|
||||
namespace DDD
|
||||
{
|
||||
public class GlobalMessageUi : BaseUi, IEventHandler<ShowGlobalMessageEvent>
|
||||
{
|
||||
private CanvasGroup _canvasGroup;
|
||||
private TextMeshProUGUI _messageText;
|
||||
private Tween _fadeTween;
|
||||
|
||||
@ -18,7 +16,6 @@ protected override void Awake()
|
||||
{
|
||||
base.Awake();
|
||||
|
||||
_canvasGroup = GetComponent<CanvasGroup>();
|
||||
_messageText = GetComponentInChildren<TextMeshProUGUI>();
|
||||
|
||||
_canvasGroup.alpha = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user