|
@@ -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;
|
|
|
|