lvjincheng 4 лет назад
Родитель
Сommit
ba088479c0
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Assets/BowArrow/Scripts/CommonConfig.cs

+ 1 - 1
Assets/BowArrow/Scripts/CommonConfig.cs

@@ -13,7 +13,7 @@ public class CommonConfig
     public static float arrowWeight = 75; 
 
     public enum ServerType {LocalTest, Produce};
-    private static ServerType serverType = ServerType.LocalTest;
+    private static ServerType serverType = ServerType.Produce;
     //业务服务端访问地址
     public static string businessServerURI {
         get {