wip
This commit is contained in:
@@ -2,6 +2,7 @@ namespace Ragon.Common
|
||||
{
|
||||
public enum RagonAuthority: byte
|
||||
{
|
||||
NONE,
|
||||
OWNER_ONLY,
|
||||
ALL,
|
||||
}
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
namespace Ragon.Common
|
||||
{
|
||||
public enum RagonReplicationMode: byte
|
||||
{
|
||||
LOCAL,
|
||||
SERVER,
|
||||
LOCAL_AND_SERVER,
|
||||
BUFFERED,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user