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

5 lines
88 B
C#

namespace Unity.VisualScripting
{
public interface IUnitInputPort : IUnitPort { }
}