mirror of
https://github.com/C9Glax/tranga.git
synced 2025-02-23 15:50:13 +01:00
11 lines
194 B
C#
11 lines
194 B
C#
namespace API.MangaDownloadClients;
|
|
|
|
public enum RequestType : byte
|
|
{
|
|
Default = 0,
|
|
MangaDexFeed = 1,
|
|
MangaImage = 2,
|
|
MangaCover = 3,
|
|
MangaDexImage = 5,
|
|
MangaInfo = 6
|
|
} |