| 369 | } |
| 370 | |
| 371 | void ItemDrop::setPosition(Vec2F const& position) { |
| 372 | m_movementController.setPosition(position); |
| 373 | } |
| 374 | |
| 375 | Vec2F ItemDrop::velocity() const { |
| 376 | return m_movementController.velocity(); |
no outgoing calls
no test coverage detected