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