INesterState.cs 104 B

1234
  1. namespace Unity.VisualScripting
  2. {
  3. public interface INesterState : IState, IGraphNesterElement { }
  4. }