| 
					
				 | 
			
			
				@@ -1,8 +1,10 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-namespace ET 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+using GFGGame; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+namespace ET 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     public static class ConstValue 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        public const string LoginAddress = "10.108.64.190:10005"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        //public const string LoginAddress = "127.0.0.1:10005"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        //public static string LoginAddress = "10.108.64.190:10005"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        public static string LoginAddress = LauncherConfig.loginApiUrl; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        //public static string LoginAddress = "127.0.0.1:10005"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 } 
			 |