diff options
Diffstat (limited to 'Scripts/Fold/Editor/BaseFoldNode.cs')
| -rw-r--r-- | Scripts/Fold/Editor/BaseFoldNode.cs | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Scripts/Fold/Editor/BaseFoldNode.cs b/Scripts/Fold/Editor/BaseFoldNode.cs deleted file mode 100644 index e8b394e..0000000 --- a/Scripts/Fold/Editor/BaseFoldNode.cs +++ /dev/null @@ -1,14 +0,0 @@ -using GraphProcessor; - -public abstract class BaseFoldNode : BaseNode -{ - [Input(name = "Input")] - public BaseFoldNode input; - - [Output(name = "Out")] - public BaseFoldNode output; - - // Generate a generic representation of the node. This is used for animation. - public abstract FoldNodeSerialized Serialize(); -} - |
