forked from BilalY/Rasagar
5 lines
150 B
C#
5 lines
150 B
C#
namespace Unity.VisualScripting.Dependencies.NCalc
|
|
{
|
|
public delegate void EvaluateParameterHandler(Flow flow, string name, ParameterArgs args);
|
|
}
|