mirror of
https://github.com/lantean-code/qbtmud.git
synced 2025-10-23 04:52:22 +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;
|
|
}
|
|
} |