Selaa lähdekoodia

生产服务器

lvjincheng 4 vuotta sitten
vanhempi
sitoutus
ba088479c0
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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 {