Files
downkyicore/DownKyi.Core/Settings/Downloader.cs
2023-11-25 21:59:48 +08:00

9 lines
121 B
C#

namespace DownKyi.Core.Settings;
public enum Downloader
{
NOT_SET = 0,
BUILT_IN,
ARIA,
CUSTOM_ARIA,
}