namespace Unity.VisualScripting { public interface IDefaultValue { T defaultValue { get; } } }