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