File size: 102 Bytes
18a519f
 
 
 
1
2
3
4
5
namespace Unity.VisualScripting
{
    public interface INesterUnit : IUnit, IGraphNesterElement { }
}