8 lines
94 B
C#
8 lines
94 B
C#
|
|
namespace Ragon.Common
|
||
|
|
{
|
||
|
|
public enum RagonAuthority: byte
|
||
|
|
{
|
||
|
|
OWNER_ONLY,
|
||
|
|
ALL,
|
||
|
|
}
|
||
|
|
}
|