8 lines
134 B
C#
8 lines
134 B
C#
|
namespace Unity.VisualScripting
|
||
|
{
|
||
|
public interface IStateWidget : IGraphElementWidget
|
||
|
{
|
||
|
IState state { get; }
|
||
|
}
|
||
|
}
|