using System; namespace ExtendedEditor.Attributes; [AttributeUsage(AttributeTargets.Property | AttributeTargets.Field)] public class FoldableObjectKeyAttribute : Attribute { }