chore: renaming enums

This commit is contained in:
2022-09-10 10:25:45 +04:00
parent 54786c065d
commit dbaa5d9d92
4 changed files with 17 additions and 17 deletions
+3 -3
View File
@@ -2,8 +2,8 @@ namespace Ragon.Common
{
public enum RagonTarget: byte
{
OWNER,
EXCEPT_OWNER,
ALL,
Owner,
ExceptOwner,
All,
}
}