untangle-puzzlegame/Library/PackageCache/com.unity.shadergraph@cdef3258c742/Editor/Data/Interfaces/IGroupItem.cs
2025-04-17 17:33:08 -04:00

10 lines
128 B
C#

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