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
@@ -62,7 +62,7 @@ public sealed class SceneLoadedOperation : BaseOperation
Authority = eventAuthority,
AttachId = 0,
StaticId = staticId,
BufferedEvents = context.Configuration.LimitBufferedEvents,
BufferedEvents = context.LimitBufferedEvents,
};
var entity = new RagonEntity(entityParameters);