7 lines
96 B
C#
7 lines
96 B
C#
namespace MangaReader.Core.Data;
|
|
|
|
public enum MangaContributorRole
|
|
{
|
|
Author,
|
|
Artist
|
|
} |