Fix doc comment in EntitySerializer

This commit is contained in:
PJB3005
2026-05-07 17:04:40 +02:00
parent f39b3d24d2
commit 9b96e926d5
@@ -79,7 +79,7 @@ public sealed class EntitySerializer : ISerializationContext,
/// <summary>
/// If set, the serializer will refuse to serialize the given entity and will orphan any entity that is parented to
/// it. This is useful for serializing things like a grid (or multiple grids & entities) that are parented to a map
/// it. This is useful for serializing things like a grid (or multiple grids &amp; entities) that are parented to a map
/// without actually serializing the map itself.
/// </summary>
public EntityUid Truncate { get; private set; }