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