From 00d765b624fba3de4adb78e494485b48fc6509cc Mon Sep 17 00:00:00 2001 From: taoria <445625470@qq.com> Date: Sat, 13 Aug 2022 01:13:31 +0800 Subject: [PATCH] fix: namespace --- .../{TNodeGraphView.asmdef => TNodeGraphViewImpl.asmdef} | 2 +- ...NodeGraphView.asmdef.meta => TNodeGraphViewImpl.asmdef.meta} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename TNodeGraphViewImpl/{TNodeGraphView.asmdef => TNodeGraphViewImpl.asmdef} (90%) rename TNodeGraphViewImpl/{TNodeGraphView.asmdef.meta => TNodeGraphViewImpl.asmdef.meta} (100%) diff --git a/TNodeGraphViewImpl/TNodeGraphView.asmdef b/TNodeGraphViewImpl/TNodeGraphViewImpl.asmdef similarity index 90% rename from TNodeGraphViewImpl/TNodeGraphView.asmdef rename to TNodeGraphViewImpl/TNodeGraphViewImpl.asmdef index 3d7731e..0951fef 100644 --- a/TNodeGraphViewImpl/TNodeGraphView.asmdef +++ b/TNodeGraphViewImpl/TNodeGraphViewImpl.asmdef @@ -1,5 +1,5 @@ { - "name": "TNodeGraphView", + "name": "TNodeGraphViewImpl", "references": [ "GUID:d9d6b4f0cdce23345bf2e956f8041ca2" ], diff --git a/TNodeGraphViewImpl/TNodeGraphView.asmdef.meta b/TNodeGraphViewImpl/TNodeGraphViewImpl.asmdef.meta similarity index 100% rename from TNodeGraphViewImpl/TNodeGraphView.asmdef.meta rename to TNodeGraphViewImpl/TNodeGraphViewImpl.asmdef.meta