IUnitInputPort.cs 88 B

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