void ContactCurrentInteractable() { if (currentInteractable == null) { return; } currentInteractable.Contact(); }