File size: 148 Bytes
18a519f
 
 
 
1
2
3
4
5
namespace Unity.VisualScripting.Dependencies.NCalc
{
    public delegate void EvaluateFunctionHandler(Flow flow, string name, FunctionArgs args);
}