File size: 104 Bytes
18a519f
 
 
 
1
2
3
4
5
namespace Unity.VisualScripting
{
    public interface INesterState : IState, IGraphNesterElement { }
}