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