From e783e3fd623fba9a639f3062dd736d941257ef81 Mon Sep 17 00:00:00 2001 From: Ino Date: Fri, 19 Sep 2025 13:07:31 +0900 Subject: [PATCH] =?UTF-8?q?=EC=95=A8=EB=B2=94=20=EA=B5=AC=EB=A7=A4=20?= =?UTF-8?q?=EC=A0=9C=EC=99=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Scripts/UI/AlbumCard.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/Scripts/UI/AlbumCard.cs b/Assets/Scripts/UI/AlbumCard.cs index b28d029..7047b5a 100644 --- a/Assets/Scripts/UI/AlbumCard.cs +++ b/Assets/Scripts/UI/AlbumCard.cs @@ -35,11 +35,11 @@ public class AlbumCard : CardBase public void OnClick_Buy() { - + LobbyUI.Ins.m_ToastUI.Set("구매 방식 필요"); } public void OnClick_Show() { - ShowAlbum.Ins.Show(m_Data); + if (IsObtain()) ShowAlbum.Ins.Show(m_Data); } } \ No newline at end of file