nevermore-kang's picture
Upload folder using huggingface_hub
18a519f verified
Raw
History Blame Contribute Delete
162 Bytes
using UnityEngine;
namespace Unity.VisualScripting
{
public interface IUnitConnectionWidget : IGraphElementWidget
{
Color color { get; }
}
}