mirror of
https://github.com/rmcrackan/Libation.git
synced 2026-04-13 19:40:56 -04:00
5 lines
92 B
C#
5 lines
92 B
C#
namespace DataLayer
|
|
{
|
|
public enum Role { Author = 1, Narrator = 2, Publisher = 3 }
|
|
}
|