2025-01-17 13:10:20 +01:00

5 lines
104 B
C#

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