using System.Collections.Generic;
using UnityEngine;
namespace UnityEditor.ShaderGraph
{
class ShaderSubGraphMetadata : ScriptableObject
public List<Object> assetDependencies;
}