| 166 | } |
| 167 | |
| 168 | Maybe<PolyF> Vehicle::hitPoly() const { |
| 169 | return m_movementController.collisionBody(); |
| 170 | } |
| 171 | |
| 172 | List<DamageNotification> Vehicle::applyDamage(DamageRequest const& damage) { |
| 173 | if (!inWorld()) |
nothing calls this directly
no test coverage detected