diff --git a/Assets/GameScripts/HotFix/GameBase/Singleton.cs b/Assets/GameScripts/HotFix/GameBase/Singleton.cs index be8cd554..b8987757 100644 --- a/Assets/GameScripts/HotFix/GameBase/Singleton.cs +++ b/Assets/GameScripts/HotFix/GameBase/Singleton.cs @@ -18,6 +18,5 @@ namespace GameBase return _instance; } } - } } 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