IUnitValuePort.cs
using System;
namespace Unity.VisualScripting
{
public interface IUnitValuePort : IUnitPort
{
Type type { get; }
}
}
using System;
namespace Unity.VisualScripting
{
public interface IUnitValuePort : IUnitPort
{
Type type { get; }
}
}