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