C# Class LopapaGames.ACommand

Inheritance: ScriptableObject
Exibir arquivo Open project: porfiriopartida/unitwitch

Public Properties

Property Type Description
CommandKey string

Public Methods

Method Description
Execute ( string user, string message ) : IEnumerator

Customized command that the parser calls

Method Details

Execute() public abstract method

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

Property Details

CommandKey public_oe property

public string CommandKey
return string