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