| 439 | } |
| 440 | |
| 441 | void Player::addParticles(List<Particle> const& particles) { |
| 442 | m_callbackParticles.appendAll(particles); |
| 443 | } |
| 444 | |
| 445 | void Player::addSound(String const& sound, float volume, float pitch) { |
| 446 | m_callbackSounds.emplaceAppend(sound, volume, pitch); |