1namespace Unity.VisualScripting 2{ 3 public abstract class ControlPortDefinition : UnitPortDefinition, IUnitControlPortDefinition 4 { } 5}