mirror of
				https://github.com/snltty/linker.git
				synced 2025-10-31 04:26:45 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			182 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			182 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace cmonitor.server.service.messengers.command
 | |
| {
 | |
|     public enum CommandMessengerIds : ushort
 | |
|     {
 | |
|         Exec = 200,
 | |
|         KeyBoard = 201,
 | |
| 
 | |
|         None = 299,
 | |
|     }
 | |
| }
 | 
