From 2f194bbb4a82a8529c57516ccbb460e0bec61529 Mon Sep 17 00:00:00 2001 From: ALEXTANG <574809918@qq.com> Date: Wed, 19 Apr 2023 15:34:57 +0800 Subject: [PATCH] Update LogUI.cs --- .../HotFix/GameLogic/ErrorLogger/LogUI.cs | 22 +++++++++++-------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/Assets/GameScripts/HotFix/GameLogic/ErrorLogger/LogUI.cs b/Assets/GameScripts/HotFix/GameLogic/ErrorLogger/LogUI.cs index 769d4c6d..f7e9ae64 100644 --- a/Assets/GameScripts/HotFix/GameLogic/ErrorLogger/LogUI.cs +++ b/Assets/GameScripts/HotFix/GameLogic/ErrorLogger/LogUI.cs @@ -1,4 +1,6 @@ -using UnityEngine.UI; +using System; +using Cysharp.Threading.Tasks; +using UnityEngine.UI; using TEngine; namespace GameLogic @@ -13,21 +15,23 @@ namespace GameLogic { m_textError = FindChildComponent("m_textError"); m_btnClose = FindChildComponent