mirror of
https://github.com/yaobiao131/downkyicore.git
synced 2025-08-10 00:52:31 +00:00
9 lines
121 B
C#
9 lines
121 B
C#
namespace DownKyi.Core.Settings;
|
|
|
|
public enum Downloader
|
|
{
|
|
NOT_SET = 0,
|
|
BUILT_IN,
|
|
ARIA,
|
|
CUSTOM_ARIA,
|
|
} |