mirror of
https://github.com/lantean-code/qbtmud.git
synced 2025-11-03 21:43:19 +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
|
|
}
|
|
} |