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

5 lines
104 B
C#

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