LiuQilin 7 năm trước cách đây
mục cha
commit
91560b0af4
1 tập tin đã thay đổi với 2 bổ sung4 xóa
  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;