| 227 | } |
| 228 | |
| 229 | void LightningStrikeEvent::process(NetConnection*) |
| 230 | { |
| 231 | if (mLightning) |
| 232 | mLightning->processEvent(this); |
| 233 | } |
| 234 | |
| 235 | |
| 236 | //-------------------------------------------------------------------------- |
nothing calls this directly
no test coverage detected