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