Property | Type | Description | |
---|---|---|---|
CommandKey | string |
Method | Description | |
---|---|---|
Execute ( string user, string message ) : IEnumerator |
Customized command that the parser calls
|
public abstract Execute ( string user, string message ) : IEnumerator | ||
user | string | The user that is sending the message. e. g. "PorfirioPartida" |
message | string | The message the user is sending: e.g. "!roll 5" |
return | IEnumerator |