로컬에서 테스트 할수 있게 수정

This commit is contained in:
김판돌 2024-02-18 04:59:49 +09:00
parent aa254bbb62
commit a00ff2e8f5
1 changed files with 5 additions and 0 deletions

View File

@ -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 = "";