Files
2026-01-08 20:43:08 +05:00

5 lines
104 B
C#

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