chore: renaming enums
This commit is contained in:
@@ -2,8 +2,8 @@ namespace Ragon.Common
|
||||
{
|
||||
public enum RagonTarget: byte
|
||||
{
|
||||
OWNER,
|
||||
EXCEPT_OWNER,
|
||||
ALL,
|
||||
Owner,
|
||||
ExceptOwner,
|
||||
All,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user