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