Esempio n. 1
0
 private void InteractWithInteractable()
 {
     _interactableObject.Interact();
     Debug.Log("interacted from player");
 }