StellarXipher/Library/PackageCache/com.unity.shadergraph@d57efd43b1c1/Editor/Data/Interfaces/IGroupItem.cs
2025-02-06 16:45:46 -05:00

10 lines
128 B
C#

using System;
namespace UnityEditor.ShaderGraph
{
interface IGroupItem
{
GroupData group { get; set; }
}
}