C# Class cs_elbot.AdvancedCommunication.INVRCommandHandler

description of INVRCommandHandler.
Datei anzeigen Open project: Sir-Odie/CS-ELBot Class Usage Examples

Public Methods

Method Description
INVRCommandHandler ( TCPWrapper MyTCPWrapper, BasicCommunication MyMessageParser, cs_elbot.AdvancedCommunication.HelpCommandHandler MyHelpCommandHandler, MySqlManager MyMySqlManager, Inventory MyInventory, TradeHandler MyTradeHandler, Stats MyStats ) : System

Private Methods

Method Description
OnGotPM ( object sender, BasicCommunication e ) : void

Method Details

INVRCommandHandler() public method

public INVRCommandHandler ( TCPWrapper MyTCPWrapper, BasicCommunication MyMessageParser, cs_elbot.AdvancedCommunication.HelpCommandHandler MyHelpCommandHandler, MySqlManager MyMySqlManager, Inventory MyInventory, TradeHandler MyTradeHandler, Stats MyStats ) : System
MyTCPWrapper TCPWrapper
MyMessageParser BasicCommunication
MyHelpCommandHandler cs_elbot.AdvancedCommunication.HelpCommandHandler
MyMySqlManager MySqlManager
MyInventory Inventory
MyTradeHandler TradeHandler
MyStats Stats
return System