12 lines
177 B
C#
12 lines
177 B
C#
|
using System;
|
||
|
using UnityEngine;
|
||
|
|
||
|
namespace UnityEditor.ShaderGraph.Legacy
|
||
|
{
|
||
|
[Serializable]
|
||
|
class SerializableGuid
|
||
|
{
|
||
|
public string m_GuidSerialized;
|
||
|
}
|
||
|
}
|