AddCommandHandler(string,Func<Coroutine>)
Summary
public void AddCommandHandler(string commandName, Func<Coroutine> handler);Parameters
Name
Description
Last updated
Was this helpful?
Method in Actions
public void AddCommandHandler(string commandName, Func<Coroutine> handler);string commandName
Func<Coroutine> handler
Last updated
Was this helpful?
Was this helpful?
