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