示例#1
0
文件: Trade.cs 项目: Yulli/SteamBot
 public abstract void OnUserRemoveItem(Schema.Item schemaItem, Inventory.Item inventoryItem);
示例#2
0
 public override void OnTradeRemoveItem(Schema.Item schemaItem, Inventory.Item inventoryItem)
 {
 }
 public override void OnUserRemoveItem(Schema.Item schemaItem, Inventory.Item invItem)
 {
     // This is called when the other user removes an item to the trade
 }