2021-09-09 20:42:29 -04:00

5 lines
102 B
C#

namespace Unity.VisualScripting
{
public interface INesterUnit : IUnit, IGraphNesterElement { }
}