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