SquareDash/Library/PackageCache/com.unity.visualscripting@1.9.1/Runtime/VisualScripting.Flow/Ports/IUnitControlPort.cs
kingjuulian06 0efb85038a Arbeit 2
2023-11-21 22:03:49 +01:00

9 lines
171 B
C#

namespace Unity.VisualScripting
{
public interface IUnitControlPort : IUnitPort
{
bool isPredictable { get; }
bool couldBeEntered { get; }
}
}