13 lines
		
	
	
		
			254 B
		
	
	
	
		
			C#
		
	
	
		
		
			
		
	
	
			13 lines
		
	
	
		
			254 B
		
	
	
	
		
			C#
		
	
	
| 
								 | 
							
								namespace Guru
							 | 
						||
| 
								 | 
							
								{
							 | 
						||
| 
								 | 
							
								    public class GuruKCP
							 | 
						||
| 
								 | 
							
								    {
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								        public const string Version = "0.0.1";
							 | 
						||
| 
								 | 
							
								        
							 | 
						||
| 
								 | 
							
								        public static void StartConnect(string host, string port)
							 | 
						||
| 
								 | 
							
								        {
							 | 
						||
| 
								 | 
							
								            // TODO Auto-generated constructor stub    
							 | 
						||
| 
								 | 
							
								        }
							 | 
						||
| 
								 | 
							
								    }
							 | 
						||
| 
								 | 
							
								}
							 |