| 1290 | } |
| 1291 | |
| 1292 | bool Player::hasItem(ItemDescriptor const& descriptor, bool exactMatch) const { |
| 1293 | return m_inventory->hasItem(descriptor, exactMatch); |
| 1294 | } |
| 1295 | |
| 1296 | uint64_t Player::hasCountOfItem(ItemDescriptor const& descriptor, bool exactMatch) const { |
| 1297 | return m_inventory->hasCountOfItem(descriptor, exactMatch); |
no outgoing calls
no test coverage detected