Files
PrinceOfGlory/Packages/Custom/com.unity.render-pipelines.universal@14.0.9/Editor/VFXGraph/VFXURPSubOutput.cs
kridoo 6e91a0c7f0 111
2025-09-15 17:32:08 +08:00

10 lines
116 B
C#

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