wip
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace Ragon.Common
|
||||
{
|
||||
public enum RagonTarget: byte
|
||||
{
|
||||
Owner,
|
||||
ExceptOwner,
|
||||
ExceptInvoker,
|
||||
All,
|
||||
Player,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user