Unity_1lab/1 laba/Library/PackageCache/com.unity.shadergraph@bbc2145cfdb2/Editor/Utilities/GenerationAPIAttribute.cs
lapich_valya c9e999597d test
penis(передвинула стенку)
2025-09-15 22:14:24 +03:00

12 lines
366 B
C#

using System;
using System.Runtime.InteropServices;
namespace UnityEditor.ShaderGraph
{
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Enum | AttributeTargets.Interface, Inherited = true, AllowMultiple = false)]
internal class GenerationAPIAttribute : Attribute
{
public GenerationAPIAttribute() { }
}
}