示例#1
0
 private void OnTriggerEnter(Collider other)
 {
     Source.Play();
     holding.TriggerEntered(other);
 }