| 1597 | } |
| 1598 | |
| 1599 | uint64_t Player::currency(String const& currencyType) const { |
| 1600 | return m_inventory->currency(currencyType); |
| 1601 | } |
| 1602 | |
| 1603 | float Player::health() const { |
| 1604 | return m_statusController->resource("health"); |
no outgoing calls
no test coverage detected