Last updated 1 year ago
Community
Yarn Spinnerยฎ and Secret Labยฎ are trade marks of Secret Lab Pty. Ltd., and are used by Yarn Spinner Pty. Ltd. under license.
Method in Actions
public void AddCommandHandler<T1>(string commandName, Action<T1> handler);
string commandName
string
System.Action<T1> handler
System.Action<T1>