Skip to content

Commit 1862740

Browse files
committed
Deleted redundant code and removed some redundant using statements
1 parent 3ceeaf4 commit 1862740

8 files changed

Lines changed: 0 additions & 40 deletions

File tree

Editor/StateGraph/Nodes/NodeComponents.meta

Lines changed: 0 additions & 3 deletions
This file was deleted.

Editor/StateGraph/Nodes/NodeComponents/INodeComponent.cs

Lines changed: 0 additions & 9 deletions
This file was deleted.

Editor/StateGraph/Nodes/NodeComponents/INodeComponent.cs.meta

Lines changed: 0 additions & 3 deletions
This file was deleted.

Editor/StateGraph/Nodes/NodeComponents/NodeStylingComponent.cs

Lines changed: 0 additions & 16 deletions
This file was deleted.

Editor/StateGraph/Nodes/NodeComponents/NodeStylingComponent.cs.meta

Lines changed: 0 additions & 3 deletions
This file was deleted.

Editor/StateGraph/Nodes/StateNodeView.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
using System;
22
using Nonatomic.VSM2.StateGraph;
33
using UnityEditor.Experimental.GraphView;
4-
using UnityEngine;
54
using UnityEngine.UIElements;
65

76
namespace Nonatomic.VSM2.Editor.StateGraph.Nodes

Runtime/StateGraph/Validation/StateNodeValidator.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
using System.Reflection;
55
using Nonatomic.VSM2.Logging;
66
using Nonatomic.VSM2.NodeGraph;
7-
using Nonatomic.VSM2.StateGraph.Attributes;
8-
using UnityEngine;
97

108
namespace Nonatomic.VSM2.StateGraph.Validation
119
{

Runtime/Utils/AssetUtils.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
using System;
22
using System.Collections.Generic;
3-
using System.Linq;
4-
using UnityEditor;
5-
using UnityEngine;
63

74
namespace Nonatomic.VSM2.Utils
85
{

0 commit comments

Comments
 (0)