Added contributor classes for manga. Implemented MangaDex search.
This commit is contained in:
7
MangaReader.Core/Data/MangaContributorRole.cs
Normal file
7
MangaReader.Core/Data/MangaContributorRole.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace MangaReader.Core.Data;
|
||||
|
||||
public enum MangaContributorRole
|
||||
{
|
||||
Author,
|
||||
Artist
|
||||
}
|
||||
Reference in New Issue
Block a user