Example #1
0
 public void Play()
 {
     _audioManager.PlayClick();
     StartCoroutine(LoadRoutine());
 }