Files
2025-05-26 22:03:08 -04:00

6 lines
149 B
C#

namespace MangaReader.Core.Sources.MangaDex.Api;
public class UserEntity : MangaDexEntity
{
public UserAttributes? Attributes { get; set; }
}