9 lines
103 B
C#
9 lines
103 B
C#
namespace Ragon.Common
|
|
{
|
|
public enum RagonTarget: byte
|
|
{
|
|
Owner,
|
|
ExceptOwner,
|
|
All,
|
|
}
|
|
} |