namespace Unity.VisualScripting { public class GraphItemDescriptor : Descriptor where TItem : class, IGraphItem where TDescription : class, IDescription, new() { protected GraphItemDescriptor(TItem item) : base(item) { } } }