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