testss
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
|
||||
namespace UnityEditor.ShaderGraph.Drawing
|
||||
{
|
||||
[AttributeUsage(AttributeTargets.Method)]
|
||||
class BuiltinKeywordAttribute : Attribute
|
||||
{
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user