AddCommandHandler(string,Action<T1, T2>)
Method in Actions
Summary
public void AddCommandHandler<T1, T2>(string commandName, Action<T1, T2> handler);
Parameters
Name
Description
string
commandName
System.Action<T1, T2>
handler
PreviousAddCommandHandler(string,Func<T1, Coroutine>)NextAddCommandHandler(string,Func<T1, T2, IEnumerator>)
Last updated
Was this helpful?