Code/Attributes/FoldableObjectKeyAttribute.cs
using System;

namespace ExtendedEditor.Attributes;

[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field)]
public class FoldableObjectKeyAttribute : Attribute
{
}