Ejemplo n.º 1
0
            internal TradeProposedCallback(CMsgTrading_InitiateTradeRequest msg)
            {
                this.TradeID = msg.trade_request_id;

                this.OtherClient = msg.other_steamid;

                this.OtherName = msg.other_name;
            }
Ejemplo n.º 2
0
 internal TradeProposedCallback(SteamClient client, CMsgTrading_InitiateTradeRequest msg)
     : base(client)