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