Example #1
0
 public void StopInteraction()
 {
     SoundPlayer.Play("door_open");
     _animator.SetBool("Opened", false);
     OnStopInteraction?.Invoke();
     Destroy(_itemPicker);
 }
Example #2
0
 public void StopInteraction()
 {
     OnStopInteraction?.Invoke();
 }