Files
2024-12-07 20:55:50 +01:00

5 lines
102 B
C#

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