forked from BilalY/Rasagar
9 lines
148 B
C#
9 lines
148 B
C#
|
namespace Unity.VisualScripting
|
||
|
{
|
||
|
[TypeIconPriority]
|
||
|
public interface IBranchUnit : IUnit
|
||
|
{
|
||
|
ControlInput enter { get; }
|
||
|
}
|
||
|
}
|