Пример #1
0
 // removes item from room
 public void removeItem(Item newItem) {
   items.remove(newItem);
 }