Ejemplo n.º 1
0
 public abstract void OnUserRemoveItem(Schema.Item schemaItem, Inventory.Item inventoryItem);
Ejemplo n.º 2
0
 public override void OnTradeRemoveItem(Schema.Item schemaItem, Inventory.Item inventoryItem)
 {
 }
Ejemplo n.º 3
0
 public override void OnUserRemoveItem(Schema.Item schemaItem, Inventory.Item invItem)
 {
     // This is called when the other user removes an item to the trade
 }