Esempio n. 1
0
 public virtual void Interact()
 {
     _player.StopAvatar();
     _master.GetAudio().PlaySound();
     _ui.HideInteract();
     PlayerLookToMe();
     _player.PlayAnimation("interact_base");
 }
Esempio n. 2
0
 private void InteractiveOff(GameObject go)
 {
     _UI.HideInteract();
     _currentInteractive = null;
 }