9 lines
103 B
C#
9 lines
103 B
C#
namespace Ragon.Common
|
|
{
|
|
public enum RagonAuthority: byte
|
|
{
|
|
None,
|
|
OwnerOnly,
|
|
All,
|
|
}
|
|
} |