guodong hai 1 ano
pai
achega
0db60278e5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;