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