IUnitOutputPort.cs 89 B

1234
  1. namespace Unity.VisualScripting
  2. {
  3. public interface IUnitOutputPort : IUnitPort { }
  4. }