nevermore-kang's picture
Upload folder using huggingface_hub
18a519f verified
Raw
History Blame Contribute Delete
148 Bytes
namespace Unity.VisualScripting.Dependencies.NCalc
{
public delegate void EvaluateFunctionHandler(Flow flow, string name, FunctionArgs args);
}