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

9 lines
103 B
C#
Raw Permalink Normal View History

2022-07-31 19:06:56 +04:00
namespace Ragon.Common
{
public enum RagonTarget: byte
{
2022-09-10 10:25:45 +04:00
Owner,
ExceptOwner,
All,
2022-07-31 19:06:56 +04:00
}
}