C# Class cs_elbot.AdvancedCommunication.DepositCommandHandler

description of DepositCommandHandler.
Datei anzeigen Open project: Sir-Odie/CS-ELBot

Public Methods

Method Description
DepositCommandHandler ( TCPWrapper MyTCPWrapper, BasicCommunication MyMessageParser, cs_elbot.AdvancedCommunication.AdvHelpCommandHandler MyAdvHelpCommandHandler, MySqlManager MyMySqlManager, Inventory MyInventory, TradeHandler MyTradeHandler, Stats MyStats, Storage MyStorage ) : System

Private Methods

Method Description
GET_NEW_INVENTORY_ITEM ( byte data ) : void
OnGotCommand ( object sender, TCPWrapper e ) : void
OnGotPM ( object sender, BasicCommunication e ) : void
SEND_PARTIAL_STAT ( byte data ) : void
STORAGE_ITEMS ( byte data ) : void

Method Details

DepositCommandHandler() public method

public DepositCommandHandler ( TCPWrapper MyTCPWrapper, BasicCommunication MyMessageParser, cs_elbot.AdvancedCommunication.AdvHelpCommandHandler MyAdvHelpCommandHandler, MySqlManager MyMySqlManager, Inventory MyInventory, TradeHandler MyTradeHandler, Stats MyStats, Storage MyStorage ) : System
MyTCPWrapper TCPWrapper
MyMessageParser BasicCommunication
MyAdvHelpCommandHandler cs_elbot.AdvancedCommunication.AdvHelpCommandHandler
MyMySqlManager MySqlManager
MyInventory Inventory
MyTradeHandler TradeHandler
MyStats Stats
MyStorage Storage
return System