8 lines
No EOL
149 B
C#
8 lines
No EOL
149 B
C#
namespace RdtClient.Data.Enums;
|
|
|
|
public enum TorrentDownloadAction
|
|
{
|
|
DownloadAll = 0,
|
|
DownloadAvailableFiles = 1,
|
|
DownloadManual = 2
|
|
} |