File size: 109 Bytes
18a519f
 
 
 
1
2
3
4
5
namespace Unity.VisualScripting
{
    public interface IUnitOutputPortDefinition : IUnitPortDefinition { }
}