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