Пример #1
0
 public void OnSelect()
 {
     if (hotkey)
     {
         hotkey.OnSelect();
     }
     if (lr)
     {
         lr.enabled = (true);
     }
     VoiceHelper.GetInstance().PlayPrompt();
 }
Пример #2
0
 public void SetDestination(Vector3 pos)
 {
     agent.SetDestination(pos);
     VoiceHelper.GetInstance().PlayAck();
 }