penis/Library/PackageCache/com.unity.visualscripting@6279e2b7c485/Runtime/VisualScripting.Flow/Dependencies/NCalc/EvaluateFunctionHandler.cs
Vladislav 2750530006 1
2025-09-18 15:33:57 +03:00

5 lines
148 B
C#

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