feat(wip): Room Property and Player Property
This commit is contained in:
@@ -44,7 +44,7 @@ public sealed class EntityCreateOperation : BaseOperation
|
||||
Authority = eventAuthority,
|
||||
AttachId = attachId,
|
||||
StaticId = 0,
|
||||
BufferedEvents = context.Configuration.LimitBufferedEvents,
|
||||
BufferedEvents = context.LimitBufferedEvents,
|
||||
};
|
||||
|
||||
var entity = new RagonEntity(entityParameters);
|
||||
|
||||
Reference in New Issue
Block a user