예제 #1
0
 private void Reset()
 {
     foreach (var b in Bars)
     {
         b.gameObject.SetActive(false);
     }
     SoundService.StopPlaying(_audioSource);
 }