summaryrefslogtreecommitdiffstats
path: root/Scripts/Fold/Editor/FoldGraph.cs
blob: 7029fd75a4af5a427c79dcb5d0a6e75abe558fce (plain)
1
2
3
4
5
6
7
using UnityEngine;
using GraphProcessor;

[System.Serializable]
public class FoldGraph : BaseGraph
{
}