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