Files
RPGBook/Library/PackageCache/com.unity.shadergraph@052d95cfe62a/Editor/Data/Interfaces/IMayObsolete.cs
SHOUTING_PIRATE f5928e04c4 intial commit
2025-07-21 17:10:16 +01:00

8 lines
104 B
C#

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