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

9 lines
104 B
C#

namespace Ragon.Common
{
public enum RagonTarget: byte
{
OWNER,
EXCEPT_OWNER,
ALL,
}
}