Method | Description | |
---|---|---|
ProcessClient ( ) : void | ||
ProcessServer ( ) : void | ||
SendMessage ( string toUserName, decimal itemQuantity, string itemTypeId, string itemSubTypeName, decimal itemPrice, bool useBankBuyPrice, bool sellToMerchant, bool offerToMarket ) : void |
public static SendMessage ( string toUserName, decimal itemQuantity, string itemTypeId, string itemSubTypeName, decimal itemPrice, bool useBankBuyPrice, bool sellToMerchant, bool offerToMarket ) : void | ||
toUserName | string | |
itemQuantity | decimal | |
itemTypeId | string | |
itemSubTypeName | string | |
itemPrice | decimal | |
useBankBuyPrice | bool | |
sellToMerchant | bool | |
offerToMarket | bool | |
return | void |