Project restructuring.
This commit is contained in:
8
MangaReader.Core/Sources/MangaDex/Api/MangaDexChapter.cs
Normal file
8
MangaReader.Core/Sources/MangaDex/Api/MangaDexChapter.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace MangaReader.Core.Sources.MangaDex.Api;
|
||||
|
||||
public class MangaDexChapter
|
||||
{
|
||||
public required string Hash { get; set; }
|
||||
public List<string> Data { get; set; } = [];
|
||||
public List<string> DataSaver { get; set; } = [];
|
||||
}
|
||||
Reference in New Issue
Block a user