diff options
Diffstat (limited to 'Scripts/Fold/Editor/FoldGraph.cs')
| -rw-r--r-- | Scripts/Fold/Editor/FoldGraph.cs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Scripts/Fold/Editor/FoldGraph.cs b/Scripts/Fold/Editor/FoldGraph.cs index 7029fd7..f1fc290 100644 --- a/Scripts/Fold/Editor/FoldGraph.cs +++ b/Scripts/Fold/Editor/FoldGraph.cs @@ -2,6 +2,4 @@ using UnityEngine; using GraphProcessor; [System.Serializable] -public class FoldGraph : BaseGraph -{ -} +public class FoldGraph : BaseGraph {} |
