Files
GameDevTVObstacleDodge/Library/PackageCache/com.unity.shadergraph@41211273cdd1/Editor/Data/Interfaces/IMayObsolete.cs

8 lines
104 B
C#

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