chore: renaming enums
This commit is contained in:
@@ -2,9 +2,9 @@ namespace Ragon.Common
|
||||
{
|
||||
public enum RagonReplicationMode: byte
|
||||
{
|
||||
LOCAL,
|
||||
SERVER,
|
||||
LOCAL_AND_SERVER,
|
||||
BUFFERED,
|
||||
Local,
|
||||
Server,
|
||||
LocalAndServer,
|
||||
Buffered,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user