Last updated 6 months ago
Was this helpful?
Method in
public void AddCommandHandler<T1, T2, T3>(string commandName, Func<T1, T2, T3, IEnumerator> handler)
string commandName
string
Func<T1, T2, T3, IEnumerator> handler
Func<T1, T2, T3, IEnumerator>