mirror of
https://github.com/rmcrackan/Libation.git
synced 2026-02-01 01:32:50 -05:00
5 lines
92 B
C#
5 lines
92 B
C#
namespace DataLayer
|
|
{
|
|
public enum Role { Author = 1, Narrator = 2, Publisher = 3 }
|
|
}
|