2023-06-19 20:21:21 -07:00

5 lines
148 B
C#

namespace Unity.VisualScripting.Dependencies.NCalc
{
public delegate void EvaluateFunctionHandler(Flow flow, string name, FunctionArgs args);
}