8 lines
139 B
C#
8 lines
139 B
C#
|
namespace Unity.VisualScripting
|
||
|
{
|
||
|
public interface IStateTransitionWidget : INodeWidget
|
||
|
{
|
||
|
Edge sourceEdge { get; }
|
||
|
}
|
||
|
}
|