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