From a336f8c03e72010b53408b536543d2ef9d2fd8e5 Mon Sep 17 00:00:00 2001 From: Kim Taebum Date: Fri, 19 Jul 2024 21:18:46 +0900 Subject: [PATCH] =?UTF-8?q?hotfix:=20=ED=94=8C=EB=9E=9C=20=EC=95=84?= =?UTF-8?q?=EC=9D=B4=ED=85=9C=20=EC=88=98=20=EC=A0=95=EC=83=81=ED=99=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Client/Assets/Scripts/Utils/Define.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Client/Assets/Scripts/Utils/Define.cs b/Client/Assets/Scripts/Utils/Define.cs index 37b9d738fd..88f1d66875 100644 --- a/Client/Assets/Scripts/Utils/Define.cs +++ b/Client/Assets/Scripts/Utils/Define.cs @@ -197,8 +197,8 @@ public enum MouseEvent public const int MAX_ITEM_NUM = 4; public const int MAX_SKILL_NUM = 4; - public const int BATTERY_CHARGE_GOAL = 1; - public const int USBKEY_INSERT_GOAL = 1; + public const int BATTERY_CHARGE_GOAL = 6; + public const int USBKEY_INSERT_GOAL = 4; public const int TUTORIAL_BATTERY_CHARGE_GOAL = 2; #endregion