| 626 | } |
| 627 | |
| 628 | StringMap<uint64_t> PlayerInventory::availableCurrencies() const { |
| 629 | return m_currencies; |
| 630 | } |
| 631 | |
| 632 | uint64_t PlayerInventory::currency(String const& currencyType) const { |
| 633 | return m_currencies.value(currencyType, 0); |
no outgoing calls
no test coverage detected