Beispiel #1
0
 private void OnPauseChanged(bool IsPaused)
 {
     _audioService.PauseEffects(IsPaused);
     _particleService.PauseAll(IsPaused);
 }