AddCommandHandler(string,Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, Coroutine>)
Method in Actions
Summary
public void AddCommandHandler<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(string commandName, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, Coroutine> handler);Parameters
Name
Description
string commandName
Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, Coroutine> handler
PreviousAddCommandHandler(string,Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, IEnumerator>)NextAddCommandHandler(string,Action<T1, T2>)
Last updated
Was this helpful?
