C# 클래스 cs_elbot.AdvancedCommunication.DepositCommandHandler

description of DepositCommandHandler.
파일 보기 프로젝트 열기: Sir-Odie/CS-ELBot

공개 메소드들

메소드 설명
DepositCommandHandler ( TCPWrapper MyTCPWrapper, BasicCommunication MyMessageParser, cs_elbot.AdvancedCommunication.AdvHelpCommandHandler MyAdvHelpCommandHandler, MySqlManager MyMySqlManager, Inventory MyInventory, TradeHandler MyTradeHandler, Stats MyStats, Storage MyStorage ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

DepositCommandHandler() 공개 메소드

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
리턴 System