| 2237 | } |
| 2238 | |
| 2239 | void WorldClient::ClientRenderCallback::addLightSource(LightSource lightSource) { |
| 2240 | lightSources.append(std::move(lightSource)); |
| 2241 | } |
| 2242 | |
| 2243 | void WorldClient::ClientRenderCallback::addParticle(Particle particle) { |
| 2244 | particles.append(std::move(particle)); |
no test coverage detected