Files

14 lines
214 B
C#
Raw Normal View History

2026-01-08 16:50:20 +00:00
using System;
using UnityEngine;
namespace UnityEditor.ShaderGraph.Legacy
{
[Serializable]
class Edge0
{
public SlotReference0 m_OutputSlot;
public SlotReference0 m_InputSlot;
}
}