| 223 | } |
| 224 | |
| 225 | void Monster::disableInterpolation() { |
| 226 | m_netGroup.disableNetInterpolation(); |
| 227 | } |
| 228 | |
| 229 | String Monster::description() const { |
| 230 | return m_monsterVariant.description.value("Some indescribable horror"); |
nothing calls this directly
no test coverage detected