LiuQilin 7 سال پیش
والد
کامیت
91560b0af4
1فایلهای تغییر یافته به همراه2 افزوده شده و 4 حذف شده
  1. 2 4
      Assets/Script/SFS/Manager/BaseConnector.cs

+ 2 - 4
Assets/Script/SFS/Manager/BaseConnector.cs

@@ -9,10 +9,8 @@ public abstract class BaseConnector
     public GardenSmartFox GardenSmartFox;
 
     public static int TcpPort = 9933;
-    public static string Host = "121.199.20.79";
-    //public static string Host = "127.0.0.1";
-    public static string Zone = "Garden";
-    //public static string Zone = "GardenTest";
+    public static string Host = "127.0.0.1";
+    public static string Zone = "MahJong";
 
     public Action<BaseEvent> onConnectSucceed;
     public Action<BaseEvent> onConnectFailed;