Exemple #1
0
 public override void HandleSuccess(Roar.CallbackInfo <Roar.WebObjects.Items.UseResponse> info)
 {
     DomainObjects.InventoryItem item = inventory.dataStore.inventory.Get(id);
     inventory.dataStore.inventory.Unset(item.id);
     RoarManager.OnGoodUsed(new RoarManager.GoodInfo(item.id, item.ikey, item.label));
 }