From 2d36d5df39c5dc1f1381939aadc9bc0689e1efd8 Mon Sep 17 00:00:00 2001 From: suntao Date: Thu, 20 May 2021 18:05:55 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E8=BF=9E=E6=8E=A5=E4=B8=B2?= =?UTF-8?q?=E4=B8=BA=E7=BA=BF=E4=B8=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Scripts/App.cs | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/Assets/Scripts/App.cs b/Assets/Scripts/App.cs index e56f8bc4..41ea94f0 100644 --- a/Assets/Scripts/App.cs +++ b/Assets/Scripts/App.cs @@ -50,10 +50,13 @@ public static class App static App() { -//#if !UNITY_EDITOR -// //Host = "http://pf.juze.pro/"; -// //UdpAddress = new IPEndPoint(IPAddress.Parse("47.97.84.8"), 21000); -// //TcpAddress = new IPEndPoint(IPAddress.Parse("47.97.84.8"), 21001); -//#endif +#if !UNITY_EDITOR +// Host = "http://pf.juze.pro/"; +// UdpAddress = new IPEndPoint(IPAddress.Parse("47.97.84.8"), 21000); +// TcpAddress = new IPEndPoint(IPAddress.Parse("47.97.84.8"), 21001); + 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 } }