7 lines
183 B
C#
7 lines
183 B
C#
namespace MangaReader.Core.Metadata;
|
|
|
|
public class SourceMangaContributor
|
|
{
|
|
public required string Name { get; set; }
|
|
public SourceMangaContributorRole Role { get; set; }
|
|
} |