using NodeEditorPlus; namespace ShaderGraphPlus; /// <summary> /// Dummy node ment for situations where an error needs to not have a node you can clock to. /// </summary> [Hide] internal sealed class DummyNode : ShaderNodePlus { }