feat: ticks, state authority, event authority
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Ragon.Common
|
||||
{
|
||||
public enum RagonAuthority: byte
|
||||
{
|
||||
OWNER_ONLY,
|
||||
ALL,
|
||||
}
|
||||
}
|
||||
@@ -23,7 +23,6 @@ namespace Ragon.Common
|
||||
RESTORED,
|
||||
|
||||
REPLICATE_ENTITY_STATE,
|
||||
REPLICATE_ENTITY_PROPERTY,
|
||||
REPLICATE_ENTITY_EVENT,
|
||||
REPLICATE_EVENT,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user