private void Interact() { if (in_InteractRange && Input.GetKeyDown(KeyCode.Space) && !diaMan.textReading) { currentInteractable.InitDialogue(); } }