From 8af6478afb05cc0267157687fba3727a11835582 Mon Sep 17 00:00:00 2001 From: jmaniuvc Date: Wed, 21 May 2025 15:17:59 +0900 Subject: [PATCH] =?UTF-8?q?=EC=97=90=EB=9F=AC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Scripts/Studio/UI/Panel/Panel_MiniMap.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Assets/Scripts/Studio/UI/Panel/Panel_MiniMap.cs b/Assets/Scripts/Studio/UI/Panel/Panel_MiniMap.cs index 2bf1efdd..12400e38 100644 --- a/Assets/Scripts/Studio/UI/Panel/Panel_MiniMap.cs +++ b/Assets/Scripts/Studio/UI/Panel/Panel_MiniMap.cs @@ -1,3 +1,4 @@ +using Studio; using System.Collections; using System.Collections.Generic; using TMPro;