feat(wip): Room Property and Player Property

This commit is contained in:
2024-04-14 08:49:30 +03:00
parent 5c20fbafc1
commit d115c98b79
9 changed files with 109 additions and 19 deletions
@@ -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);