KitchenChaos/Library/PackageCache/com.unity.shadergraph@15.0.3/Editor/Data/Interfaces/IMayObsolete.cs

8 lines
104 B
C#

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