1namespace Unity.VisualScripting 2{ 3 public interface IVariableUnit : IUnit 4 { 5 ValueInput name { get; } 6 } 7}