예제 #1
0
 void OnTriggerEnter(Collider other)
 {
     gameManager.AddPoint();
     source.PlayOneShot(hit);
 }