Files
AR-Menu/Library/PackageCache/com.unity.shadergraph@0e6324a629e1/Editor/Data/Interfaces/IMayObsolete.cs
2025-11-30 08:35:03 +02:00

8 lines
104 B
C#

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