Example #1
0
 public void Speak()
 {
     tourGuide.Talk();
 }
Example #2
0
 private void OnTriggerEnter(Collider other)
 {
     tourGuide.Talk();
 }