Пример #1
0
 private bool TryToPickUp(IPickable itemToPickUp)
 {
     return(_pickedUpItem == null && itemToPickUp.IsAvailable());
 }