chore: renaming enums
This commit is contained in:
@@ -2,8 +2,8 @@ namespace Ragon.Common
|
||||
{
|
||||
public enum RagonAuthority: byte
|
||||
{
|
||||
NONE,
|
||||
OWNER_ONLY,
|
||||
ALL,
|
||||
None,
|
||||
OwnerOnly,
|
||||
All,
|
||||
}
|
||||
}
|
||||
@@ -2,9 +2,9 @@ namespace Ragon.Common
|
||||
{
|
||||
public enum RagonReplicationMode: byte
|
||||
{
|
||||
LOCAL,
|
||||
SERVER,
|
||||
LOCAL_AND_SERVER,
|
||||
BUFFERED,
|
||||
Local,
|
||||
Server,
|
||||
LocalAndServer,
|
||||
Buffered,
|
||||
}
|
||||
}
|
||||
@@ -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