guodong 1 éve
szülő
commit
0db60278e5
1 módosított fájl, 1 hozzáadás és 1 törlés
  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;