1namespace Unity.VisualScripting 2{ 3 public interface IStateWidget : IGraphElementWidget 4 { 5 IState state { get; } 6 } 7}