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

public interface IWarningNode
{
	List<string> GetWarnings();
}