6 lines
163 B
C#
6 lines
163 B
C#
namespace MangaReader.Core.Sources.MangaDex.Api;
|
|
|
|
public class ChapterEntity : MangaDexEntity
|
|
{
|
|
public required ChapterAttributes Attributes { get; set; }
|
|
} |