public void OnSelect() { if (hotkey) { hotkey.OnSelect(); } if (lr) { lr.enabled = (true); } VoiceHelper.GetInstance().PlayPrompt(); }
public void SetDestination(Vector3 pos) { agent.SetDestination(pos); VoiceHelper.GetInstance().PlayAck(); }