Practice_Unity/Library/PackageCache/com.unity.shadergraph@287dd3fa176c/Editor/Data/Interfaces/IMayObsolete.cs
2025-09-16 17:30:13 +09:00

8 lines
104 B
C#

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