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

10 lines
122 B
C#

namespace Ragon.Common
{
public enum RagonTarget: byte
{
Owner,
ExceptOwner,
ExceptInvoker,
All,
}
}