mirror of
https://github.com/lantean-code/qbtmud.git
synced 2025-10-22 20:42:24 +00:00
9 lines
168 B
C#
9 lines
168 B
C#
namespace Lantean.QBitTorrentClient
|
|
{
|
|
public static class Limits
|
|
{
|
|
public const int GlobalLimit = -2;
|
|
|
|
public const int NoLimit = -1;
|
|
}
|
|
} |