Files
TowerDefence/My project/Library/PackageCache/com.unity.shadergraph@c7cb9a0feac2/Editor/Generation/ITargetProvider.cs

7 lines
101 B
C#
Raw Normal View History

2025-11-14 17:30:41 +00:00
namespace UnityEditor.ShaderGraph.Configuration
{
public interface ITargetProvider
{
}
}