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