1namespace Unity.VisualScripting 2{ 3 public interface IUnitControlPortDefinition : IUnitPortDefinition { } 4}