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