OSDN Git Service

Undid HDRP
[mindgames/Mindgames_main.git] / Mindgames / Library / PackageCache / com.unity.visualeffectgraph@6.9.0-preview / Editor / GraphView / Elements / Controllers / VFXFlowEdgeController.cs
diff --git a/Mindgames/Library/PackageCache/com.unity.visualeffectgraph@6.9.0-preview/Editor/GraphView/Elements/Controllers/VFXFlowEdgeController.cs b/Mindgames/Library/PackageCache/com.unity.visualeffectgraph@6.9.0-preview/Editor/GraphView/Elements/Controllers/VFXFlowEdgeController.cs
deleted file mode 100644 (file)
index b764734..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-using System.Linq;
-using UnityEditor;
-using UnityEngine;
-using UnityEngine.UIElements;
-using UnityEditor.Experimental.GraphView;
-
-namespace UnityEditor.VFX.UI
-{
-    internal class VFXFlowEdgeController : VFXEdgeController<VFXFlowAnchorController>
-    {
-        public VFXFlowEdgeController(VFXFlowAnchorController input, VFXFlowAnchorController output) : base(input, output)
-        {
-        }
-    }
-}