UnityGame/Library/PackageCache/com.unity.shadergraph/Editor/Data/Interfaces/IMayObsolete.cs
2024-10-27 10:53:47 +03:00

8 lines
104 B
C#

namespace UnityEditor.ShaderGraph
{
interface IMayObsolete
{
bool IsObsolete();
}
}