From a00ff2e8f58d3920e1dfc6d1d09effbf00a8569f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=ED=8C=90=EB=8F=8C?= Date: Sun, 18 Feb 2024 04:59:49 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A1=9C=EC=BB=AC=EC=97=90=EC=84=9C=20?= =?UTF-8?q?=ED=85=8C=EC=8A=A4=ED=8A=B8=20=ED=95=A0=EC=88=98=20=EC=9E=88?= =?UTF-8?q?=EA=B2=8C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Client/Assets/1_Script/System/Statics.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Client/Assets/1_Script/System/Statics.cs b/Client/Assets/1_Script/System/Statics.cs index 3fc180a8..7fdb7eb8 100644 --- a/Client/Assets/1_Script/System/Statics.cs +++ b/Client/Assets/1_Script/System/Statics.cs @@ -4,7 +4,12 @@ using UnityEngine.UI; public class Statics { +#if UNITY_EDITOR + public static readonly string url = "https://127.0.0.1:4860"; +#else public static readonly string url = "https://game.pandoli365.com"; +#endif + public static string version = "";