Editor/ShaderGraphPlus/Nodes Core/IErroringNode.cs
namespace ShaderGraphPlus;

public interface IErroringNode
{
	List<string> GetErrors();
}