| 651 | } |
| 652 | |
| 653 | Maybe<InventorySlot> PlayerInventory::customBarPrimarySlot(CustomBarIndex customBarIndex) const { |
| 654 | return m_customBar.at(m_customBarGroup, customBarIndex).first; |
| 655 | } |
| 656 | |
| 657 | Maybe<InventorySlot> PlayerInventory::customBarSecondarySlot(CustomBarIndex customBarIndex) const { |
| 658 | return m_customBar.at(m_customBarGroup, customBarIndex).second; |
no test coverage detected