intial commit

This commit is contained in:
Caleb Sandford deQuincey
2025-06-27 23:27:49 +01:00
commit ecdd3e2a9e
31269 changed files with 4937644 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
using System;
using UnityEngine;
namespace UnityEditor.ShaderGraph.Legacy
{
[Serializable]
class SlotReference0
{
public int m_SlotId;
public string m_NodeGUIDSerialized;
}
}