IGraphElementWithDebugData.cs
namespace Unity.VisualScripting
{
public interface IGraphElementWithDebugData : IGraphElement
{
IGraphElementDebugData CreateDebugData();
}
}
namespace Unity.VisualScripting
{
public interface IGraphElementWithDebugData : IGraphElement
{
IGraphElementDebugData CreateDebugData();
}
}