Loading...
Method in Actions
public void AddCommandHandler<T1>(string commandName, Func<T1, Coroutine> handler);
string commandName
string
System.Func<T1, UnityEngine.Coroutine> handler
System.Func<T1, UnityEngine.Coroutine>