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