5 lines
124 B
C#

namespace Unity.VisualScripting
{
public interface INesterStateTransition : IStateTransition, IGraphNesterElement { }
}