Firstborn/Library/PackageCache/com.unity.render-pipelines..../Editor/VFXGraph/VFXURPSubOutput.cs
Schaken-Mods b486678290 Library -Artifacts
Library -Artifacts
2023-03-28 12:24:16 -05:00

10 lines
116 B
C#

#if HAS_VFX_GRAPH
namespace UnityEditor.VFX.URP
{
class VFXURPSubOutput : VFXSRPSubOutput
{
}
}
#endif