VR4RoboticArm3/VR4RoboticArm/Library/PackageCache/com.unity.shadergraph/Editor/Importers/ShaderSubGraphMetadata.cs
IonutMocanu 1d45ac8df0 Main1
2025-09-15 21:53:38 +03:00

11 lines
203 B
C#

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