WuhuIslandTesting/Library/PackageCache/com.unity.render-pipelines.universal@8148.0.7-4/Editor/VFXGraph/VFXURPSubOutput.cs
2025-01-07 02:06:59 +01:00

9 lines
116 B
C#

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