Net-Game/Library/PackageCache/com.unity.shadergraph@cdef3258c742/Editor/Data/Attributes/BuiltinKeywordAttribute.cs
2025-03-28 08:33:16 -04:00

12 lines
218 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
namespace UnityEditor.ShaderGraph.Drawing
{
[AttributeUsage(AttributeTargets.Method)]
class BuiltinKeywordAttribute : Attribute
{
}
}