onHover method

Should be called when the user hovers this interactable.

Implementation

ActionResult<InteractableTooltip> onHover(EscapeGame escapeGame) => _onHover(escapeGame);