9 lines
223 B
C#
9 lines
223 B
C#
|
namespace Unity.VisualScripting
|
||
|
{
|
||
|
[Descriptor(typeof(StateUnit))]
|
||
|
public class StateUnitDescriptor : NesterUnitDescriptor<StateUnit>
|
||
|
{
|
||
|
public StateUnitDescriptor(StateUnit unit) : base(unit) { }
|
||
|
}
|
||
|
}
|