| 151 | } |
| 152 | |
| 153 | void Projectile::enableInterpolation(float extrapolationHint) { |
| 154 | m_netGroup.enableNetInterpolation(extrapolationHint); |
| 155 | } |
| 156 | |
| 157 | void Projectile::disableInterpolation() { |
| 158 | m_netGroup.disableNetInterpolation(); |
nothing calls this directly
no test coverage detected