From 2ca4beba36868c844ae825ae60f08c3041d41f22 Mon Sep 17 00:00:00 2001 From: jmJang00 <50986275+jmJang00@users.noreply.github.com> Date: Tue, 14 May 2024 20:01:04 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=ED=94=8C=EB=A0=88=EC=9D=B4=20?= =?UTF-8?q?=EC=9D=B8=EC=9B=90=20=EC=88=98=EC=A0=95=20(#149)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Client/Assets/Scripts/Utils/Define.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Client/Assets/Scripts/Utils/Define.cs b/Client/Assets/Scripts/Utils/Define.cs index e996944e4c..c21ccda751 100644 --- a/Client/Assets/Scripts/Utils/Define.cs +++ b/Client/Assets/Scripts/Utils/Define.cs @@ -200,7 +200,7 @@ public enum CameraMode #region Value - public const int PLAYER_COUNT = 2; + public const int PLAYER_COUNT = 4; public const int MAX_ITEM_NUM = 4; public const int MAX_SKILL_NUM = 4;