| 219 | } |
| 220 | |
| 221 | void Monster::enableInterpolation(float extrapolationHint) { |
| 222 | m_netGroup.enableNetInterpolation(extrapolationHint); |
| 223 | } |
| 224 | |
| 225 | void Monster::disableInterpolation() { |
| 226 | m_netGroup.disableNetInterpolation(); |
nothing calls this directly
no test coverage detected