9 lines
214 B
C#
9 lines
214 B
C#
namespace Unity.VisualScripting
|
|
{
|
|
[Editor(typeof(SuperState))]
|
|
public sealed class SuperStateEditor : NesterStateEditor
|
|
{
|
|
public SuperStateEditor(Metadata metadata) : base(metadata) { }
|
|
}
|
|
}
|