配置连接串为线上
This commit is contained in:
parent
5db375bcf5
commit
2d36d5df39
@ -50,10 +50,13 @@ public static class App
|
|||||||
|
|
||||||
static App()
|
static App()
|
||||||
{
|
{
|
||||||
//#if !UNITY_EDITOR
|
#if !UNITY_EDITOR
|
||||||
// //Host = "http://pf.juze.pro/";
|
// Host = "http://pf.juze.pro/";
|
||||||
// //UdpAddress = new IPEndPoint(IPAddress.Parse("47.97.84.8"), 21000);
|
// UdpAddress = new IPEndPoint(IPAddress.Parse("47.97.84.8"), 21000);
|
||||||
// //TcpAddress = new IPEndPoint(IPAddress.Parse("47.97.84.8"), 21001);
|
// TcpAddress = new IPEndPoint(IPAddress.Parse("47.97.84.8"), 21001);
|
||||||
//#endif
|
Host = "https://wx.powerfun.com.cn";
|
||||||
|
UdpAddress = new IPEndPoint(IPAddress.Parse("47.97.84.8"), 11000);
|
||||||
|
TcpAddress = new IPEndPoint(IPAddress.Parse("47.97.84.8"), 11001);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user