﻿//-----------------------------------------------------
//            Arbor 3: FSM & BT Graph Editor
//		  Copyright(c) 2014-2021 caitsithware
//-----------------------------------------------------

namespace Arbor
{
	[System.Flags]
	public enum GraphArgumentUpdateTiming
	{
		Enter = 0x01,
		Execute = 0x02,
	}
}