Loading...
Method in DialogueRunner
public void AddFunction<TResult, T1, T2>(string name, System.Func<TResult, T1, T2> implementation)
string name
string
System.Func<TResult, T1, T2> implementation
System.Func<TResult, T1, T2>
T2
The type of the second parameter to the function.