Method | Description | |
---|---|---|
DepositCommandHandler ( TCPWrapper MyTCPWrapper, BasicCommunication MyMessageParser, cs_elbot.AdvancedCommunication.AdvHelpCommandHandler MyAdvHelpCommandHandler, MySqlManager MyMySqlManager, Inventory MyInventory, TradeHandler MyTradeHandler, Stats MyStats, Storage MyStorage ) : System |
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 |
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 |