Files
BookRPG/Library/PackageCache/com.unity.shadergraph@6db99422c248/Editor/Data/Attributes/NeverAllowedByTargetAttribute.cs
2026-07-16 21:49:59 +01:00

10 lines
230 B
C#

using System;
namespace UnityEditor.ShaderGraph
{
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
internal class NeverAllowedByTargetAttribute : ContextFilterableAttribute
{
}
}