Files
Ragon/Ragon.Common/Sources/RagonAuthority.cs
T

8 lines
94 B
C#
Raw Normal View History

namespace Ragon.Common
{
public enum RagonAuthority: byte
{
OWNER_ONLY,
ALL,
}
}