IUnitInvalidPort.cs 98 B

123456
  1. namespace Unity.VisualScripting
  2. {
  3. public interface IUnitInvalidPort : IUnitPort
  4. {
  5. }
  6. }