From 9c4a6f74f8ded8a883ed59c24d120ba39d14301a Mon Sep 17 00:00:00 2001 From: Ino Date: Fri, 19 Dec 2025 07:33:14 +0900 Subject: [PATCH] =?UTF-8?q?"=EC=9E=85=EC=9E=A5=20=EC=9E=AC=ED=99=94?= =?UTF-8?q?=EA=B0=80=20=EC=97=86=EC=9D=84=20=EB=95=8C=20=EC=9E=85=EC=9E=A5?= =?UTF-8?q?=20=EC=8B=9C=EB=8F=84=20=EC=8B=9C=20=EB=82=98=EC=98=AC=20?= =?UTF-8?q?=ED=8C=9D=EC=97=85=20=EB=A9=94=EC=8B=9C=EC=A7=80=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD=20""=EC=83=9D=EB=AA=85=EB=A0=A5=EC=9D=B4=20=EB=B6=80?= =?UTF-8?q?=EC=A1=B1=ED=95=A9=EB=8B=88=EB=8B=A4.""=20=E2=86=92=20""?= =?UTF-8?q?=EB=AF=B8=EB=8B=88=20=EA=B2=8C=EC=9E=84=EC=9D=84=20=EC=A4=80?= =?UTF-8?q?=EB=B9=84=EC=A4=91=EC=9E=85=EB=8B=88=EB=8B=A4."""?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Scripts/AttachToGameObject/SaveMgr.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Scripts/AttachToGameObject/SaveMgr.cs b/Assets/Scripts/AttachToGameObject/SaveMgr.cs index 8ae73cf..a54ea4f 100644 --- a/Assets/Scripts/AttachToGameObject/SaveMgr.cs +++ b/Assets/Scripts/AttachToGameObject/SaveMgr.cs @@ -161,7 +161,7 @@ public class SaveMgr : MonoBehaviourSingletonTemplate LobbyUI.Ins.m_ToastUI.Set("럭키 포인트가 부족합니다.", toasty); break; case eMoney.MiniGameHP: - LobbyUI.Ins.m_ToastUI.Set("생명력이 부족합니다.", toasty); + LobbyUI.Ins.m_ToastUI.Set("미니 게임을 준비중입니다.", toasty); break; case eMoney.ItemBomb: case eMoney.ItemUmbrella: