5 lines
110 B
C#

namespace Unity.VisualScripting
{
public interface IUnitControlPortDefinition : IUnitPortDefinition { }
}