Last updated 1 year ago
Was this helpful?
Method in
public void AddCommandHandler<T1, T2, T3>(string commandName, Func<T1, T2, T3, IEnumerator> handler)
string commandName
string
System.Func<T1, T2, T3, System.Collections.IEnumerator> handler
System.Func<T1, T2, T3, System.Collections.IEnumerator>