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