Files
Ragon/Ragon.Common/Sources/RagonAuthority.cs
T
2022-07-31 19:06:56 +04:00

8 lines
94 B
C#

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