AlicizaX/Client/Assets/Scripts/Startup/Framework/HttpHelper.cs

6 lines
111 B
C#
Raw Normal View History

2025-03-04 18:40:14 +08:00
public static class HttpHelper
{
public const string CDN_URL = "http://127.0.0.1:8080/UpdateData.json";
}