From 19a9baa5de549c9e8251e124f0154cf62f0ec77c Mon Sep 17 00:00:00 2001 From: villaingames Date: Tue, 24 Oct 2023 17:07:05 +0900 Subject: [PATCH] =?UTF-8?q?Region=20=EC=98=A4=EB=A5=98=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Scripts/Manage/UIManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Scripts/Manage/UIManager.cs b/Assets/Scripts/Manage/UIManager.cs index 61c4769..eebdeb9 100644 --- a/Assets/Scripts/Manage/UIManager.cs +++ b/Assets/Scripts/Manage/UIManager.cs @@ -162,7 +162,7 @@ public class UIManager : UnitySingleton _systemUIList = new(); } - #region Close UI + #endregion Close UI #region Utils public Camera GetUICam()