Apply suggestion from @kamronbatman

This commit is contained in:
Kamron Batman 2026-07-28 21:23:30 -07:00 committed by GitHub
parent ca338f023c
commit 73441b87a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -61,7 +61,6 @@ public sealed class ObjectPropertyList : IPropertyList, IDisposable
/// </summary>
internal bool IsBuilding { get; set; }
public ObjectPropertyList(IEntity? e)
{
Entity = e;