2024-09-09 11:07:16 +03:00

5 lines
104 B
C#

namespace Unity.VisualScripting
{
public interface INesterState : IState, IGraphNesterElement { }
}