2021-09-09 20:42:29 -04:00

9 lines
211 B
C#

namespace Unity.VisualScripting
{
public sealed class StateTransitionDescription : GraphElementDescription
{
public string label { get; set; }
public string tooltip { get; set; }
}
}