Files
Ragon/Ragon.Protocol/Sources/RagonTarget.cs
T
2022-12-16 00:05:46 +04:00

11 lines
134 B
C#

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