arenos-nexus/Arenos Nexus/Library/PackageCache/com.unity.shadergraph@940512a5d7e1/Editor/Generation/ITargetProvider.cs

7 lines
101 B
C#
Raw Normal View History

2025-09-25 22:01:28 +02:00
namespace UnityEditor.ShaderGraph.Configuration
{
public interface ITargetProvider
{
}
}