Files

9 lines
148 B
C#
Raw Permalink Normal View History

2025-07-01 21:03:21 +01:00
namespace Unity.VisualScripting
{
[TypeIconPriority]
public interface IBranchUnit : IUnit
{
ControlInput enter { get; }
}
}