From f17dd7775b4339d99ee34ac8fd0e6386965534da Mon Sep 17 00:00:00 2001 From: Ino Date: Tue, 23 Sep 2025 17:40:44 +0900 Subject: [PATCH] =?UTF-8?q?=EB=9F=AD=ED=82=A4=20=EA=B2=8C=EC=9E=84=20?= =?UTF-8?q?=EA=B3=84=EC=86=8D=20=EB=93=A4=EC=96=B4=EA=B0=88=20=EC=88=98=20?= =?UTF-8?q?=EC=9E=88=EA=B2=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Scripts/UI/GachaUI.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Assets/Scripts/UI/GachaUI.cs b/Assets/Scripts/UI/GachaUI.cs index 8ed7934..6b2ede7 100644 --- a/Assets/Scripts/UI/GachaUI.cs +++ b/Assets/Scripts/UI/GachaUI.cs @@ -141,10 +141,10 @@ public class GachaUI : uScrollViewMgr public void OnClick_Lucky() { - if (SaveMgr.Ins.Check_Money(eMoney.Lucky, table_GlobalValue.Ins.Get_Int("LuckyPoint"))) + //if (SaveMgr.Ins.Check_Money(eMoney.Lucky, table_GlobalValue.Ins.Get_Int("LuckyPoint"))) { - SaveMgr.Ins.Add_Money(eMoney.Lucky, -table_GlobalValue.Ins.Get_Int("LuckyPoint")); - SaveMgr.Ins.Save(); + //SaveMgr.Ins.Add_Money(eMoney.Lucky, -table_GlobalValue.Ins.Get_Int("LuckyPoint")); + //SaveMgr.Ins.Save(); LobbyUI.Ins.m_Game_Lucky.Set(); Set_UI(false); }