Practice_Unity/Library/PackageCache/com.unity.shadergraph@41211273cdd1/Editor/Data/Interfaces/IMayObsolete.cs
2025-10-15 17:21:20 +09:00

8 lines
104 B
C#

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