mirror of
				https://github.com/lantean-code/qbtmud.git
				synced 2025-11-04 05:53:22 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			171 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			171 B
		
	
	
	
		
			C#
		
	
	
	
	
	
namespace Lantean.QBitTorrentClient.Models
 | 
						|
{
 | 
						|
    public enum Priority
 | 
						|
    {
 | 
						|
        DoNotDownload = 0,
 | 
						|
        Normal = 1,
 | 
						|
        High = 6,
 | 
						|
        Maximum = 7
 | 
						|
    }
 | 
						|
} |