File size: 124 Bytes
18a519f
 
 
 
1
2
3
4
5
namespace Unity.VisualScripting
{
    public interface INesterStateTransition : IStateTransition, IGraphNesterElement { }
}