5 lines
148 B
C#
5 lines
148 B
C#
|
namespace Unity.VisualScripting.Dependencies.NCalc
|
||
|
{
|
||
|
public delegate void EvaluateFunctionHandler(Flow flow, string name, FunctionArgs args);
|
||
|
}
|