summaryrefslogtreecommitdiffstats
path: root/Scripts/Fold/Editor/FoldGraph.cs
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2026-01-02 03:17:37 -0800
committeryum <yum.food.vr@gmail.com>2026-01-02 03:17:37 -0800
commit22273213986052c9464a852c7240b106bc22bebb (patch)
tree8d71a940a7102fbbe7878ca6011e99b40435c13d /Scripts/Fold/Editor/FoldGraph.cs
parent4e625ab92e96f71c803d2d92c5213d5e933ab116 (diff)
Fold: add graph persistence
Diffstat (limited to 'Scripts/Fold/Editor/FoldGraph.cs')
-rw-r--r--Scripts/Fold/Editor/FoldGraph.cs7
1 files changed, 7 insertions, 0 deletions
diff --git a/Scripts/Fold/Editor/FoldGraph.cs b/Scripts/Fold/Editor/FoldGraph.cs
new file mode 100644
index 0000000..7029fd7
--- /dev/null
+++ b/Scripts/Fold/Editor/FoldGraph.cs
@@ -0,0 +1,7 @@
+using UnityEngine;
+using GraphProcessor;
+
+[System.Serializable]
+public class FoldGraph : BaseGraph
+{
+}