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

9 lines
104 B
C#
Raw Normal View History

2022-07-31 19:06:56 +04:00
namespace Ragon.Common
{
public enum RagonTarget: byte
{
OWNER,
EXCEPT_OWNER,
ALL,
}
}