| 139 | } |
| 140 | |
| 141 | Vec2F Projectile::velocity() const { |
| 142 | return m_movementController->velocity(); |
| 143 | } |
| 144 | |
| 145 | pair<ByteArray, uint64_t> Projectile::writeNetState(uint64_t fromVersion, NetCompatibilityRules rules) { |
| 146 | return m_netGroup.writeNetState(fromVersion, rules); |
no outgoing calls
no test coverage detected