diff options
| author | yum <yum.food.vr@gmail.com> | 2026-01-02 03:17:37 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2026-01-02 03:17:37 -0800 |
| commit | 22273213986052c9464a852c7240b106bc22bebb (patch) | |
| tree | 8d71a940a7102fbbe7878ca6011e99b40435c13d /Scripts/Fold/Editor/FoldGraph.cs | |
| parent | 4e625ab92e96f71c803d2d92c5213d5e933ab116 (diff) | |
Fold: add graph persistence
Diffstat (limited to 'Scripts/Fold/Editor/FoldGraph.cs')
| -rw-r--r-- | Scripts/Fold/Editor/FoldGraph.cs | 7 |
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 +{ +} |
