Files
Test-Multiplayer/Library/PackageCache/com.unity.shadergraph@2c9221ffedf4/Tests/Editor/TestNode.cs
pelpanagiotis 329b7d3183 First Commit
2025-12-21 18:31:02 +02:00

7 lines
92 B
C#

namespace UnityEditor.ShaderGraph
{
class TestNode : AbstractMaterialNode
{
}
}