| 600 | } |
| 601 | |
| 602 | float ToolUser::beamGunRadius() const { |
| 603 | return m_beamGunRadius + m_user->statusController()->statusProperty("bonusBeamGunRadius", 0).toFloat(); |
| 604 | } |
| 605 | |
| 606 | void ToolUser::NetItem::initNetVersion(NetElementVersion const* version) { |
| 607 | m_netVersion = version; |
nothing calls this directly
no test coverage detected