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