C# Class SteamBot.command.Command

Afficher le fichier Open project: Top-Cat/SteamBot

Méthodes publiques

Méthode Description
call ( SteamID steamid, String args, String argsStr, Bot bot ) : String
run ( CommandInfo cmdInfo, Bot bot ) : String

Method Details

call() public méthode

public call ( SteamID steamid, String args, String argsStr, Bot bot ) : String
steamid SteamKit2.SteamID
args String
argsStr String
bot Bot
Résultat String

run() public méthode

public run ( CommandInfo cmdInfo, Bot bot ) : String
cmdInfo CommandInfo
bot Bot
Résultat String