Files
TowerDefence/My project/Library/PackageCache/com.unity.shadergraph@c7cb9a0feac2/Editor/Data/Legacy/ShaderInput0.cs
Caleb Sandford deQuincey 334021d04e Started project
2025-11-14 17:30:41 +00:00

11 lines
154 B
C#

using System;
namespace UnityEditor.ShaderGraph.Legacy
{
[Serializable]
class ShaderInput0
{
public SerializableGuid m_Guid;
}
}