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