A game about forced loneliness, made by TACStudios
1namespace Unity.VisualScripting 2{ 3 public interface IUnitWidget : IGraphElementWidget 4 { 5 IUnit unit { get; } 6 7 Inspector GetPortInspector(IUnitPort port, Metadata metadata); 8 } 9}