From b50505d051dc122cc9cca21157f8c2b68e484c25 Mon Sep 17 00:00:00 2001 From: Jay <96156114+jaydev00a@users.noreply.github.com> Date: Thu, 27 Mar 2025 10:04:03 +0900 Subject: [PATCH] =?UTF-8?q?DO-65=20[Style]=20=EC=95=88=EC=93=B0=EB=8A=94?= =?UTF-8?q?=20=ED=98=B8=EC=B6=9C=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Script/UI/PanelController/PanelManager.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Assets/Script/UI/PanelController/PanelManager.cs b/Assets/Script/UI/PanelController/PanelManager.cs index fddca65..6aada1c 100644 --- a/Assets/Script/UI/PanelController/PanelManager.cs +++ b/Assets/Script/UI/PanelController/PanelManager.cs @@ -38,8 +38,6 @@ public class PanelManager : MonoBehaviour } Debug.Log($"총 {panelPrefabs.Count}개의 패널이 로드됨."); - - OpenEffectPanel(Enums.GameResult.Win); } void SetCanvas()