Example #1
0
 public void Use(IItem item)
 {
     if (item.ApplyOn(this))
     {
         Items.Remove(item);
     }
 }