guodong 1 年之前
父節點
當前提交
0db60278e5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      GameClient/Assets/Game/Launcher/LauncherConfig.cs

+ 1 - 1
GameClient/Assets/Game/Launcher/LauncherConfig.cs

@@ -4,7 +4,7 @@ namespace GFGGame
 {
     public class LauncherConfig
     {
-        public enum EnumNetType { LOCAL, TEMP, TISHEN, PUBLIC }
+        public enum EnumNetType { DEV, LOCAL, TEMP, TISHEN, PUBLIC }
         public static EnumNetType netType = EnumNetType.LOCAL;
         public static string cfgName;