tzachshabtay / MonoAGS

AGS (Adventure Game Studio) reimagined in Mono
https://tzachshabtay.github.io/MonoAGS/
Artistic License 2.0
28 stars 8 forks source link

Inventory API tweaks #200

Closed tzachshabtay closed 6 years ago

tzachshabtay commented 6 years ago
  1. Switch items from list to binding list, for having item add/remove events.
  2. Inventory item combination events should not be part of IInventory as you might want to combine inventory items from different inventories, there should be some global collection of inventory items and the events should be there.