| 1605 | } |
| 1606 | |
| 1607 | float Player::maxHealth() const { |
| 1608 | return *m_statusController->resourceMax("health"); |
| 1609 | } |
| 1610 | |
| 1611 | DamageBarType Player::damageBar() const { |
| 1612 | return DamageBarType::Default; |
nothing calls this directly
no test coverage detected