2021-06-25 07:50:12 -04:00

8 lines
108 B
C#

namespace UnityEditor.ShaderGraph
{
interface IShaderString
{
string value { get; }
}
}