Files
Ragon/Ragon.Common/Sources/RagonAuthority.cs
T
2022-09-06 22:39:52 +04:00

9 lines
104 B
C#

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