1using System; 2 3namespace Unity.VisualScripting 4{ 5 [AttributeUsage(AttributeTargets.Property | AttributeTargets.Field, AllowMultiple = false, Inherited = false)] 6 public class PortLabelHiddenAttribute : Attribute 7 { } 8}