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

9 lines
103 B
C#
Raw Normal View History

namespace Ragon.Common
{
public enum RagonAuthority: byte
{
2022-09-10 10:25:45 +04:00
None,
OwnerOnly,
All,
}
}