Files

7 lines
101 B
C#

namespace UnityEditor.ShaderGraph.Configuration
{
public interface ITargetProvider
{
}
}