C# Class helpmebot6.Commands.Game

Inheritance: helpmebot6.Commands.FunStuff.FunCommand
Afficher le fichier Open project: helpmebot/helpmebot

Méthodes publiques

Méthode Description
Game ( Helpmebot.Legacy.Model.LegacyUser source, string channel, string args, ICommandServiceHelper commandServiceHelper ) : Helpmebot

Initialises a new instance of the FunCommand class.

Méthodes protégées

Méthode Description
ExecuteCommand ( ) : Helpmebot.CommandResponseHandler

The execute command.

Method Details

ExecuteCommand() protected méthode

The execute command.
protected ExecuteCommand ( ) : Helpmebot.CommandResponseHandler
Résultat Helpmebot.CommandResponseHandler

Game() public méthode

Initialises a new instance of the FunCommand class.
public Game ( Helpmebot.Legacy.Model.LegacyUser source, string channel, string args, ICommandServiceHelper commandServiceHelper ) : Helpmebot
source Helpmebot.Legacy.Model.LegacyUser /// The source. ///
channel string /// The channel. ///
args string /// The args. ///
commandServiceHelper ICommandServiceHelper /// The message Service. ///
Résultat Helpmebot