namespace UnityEngine.Graphs.LogicGraph
{
	public delegate void Action ();
}