onTap method

ActionResult onTap(
  1. EscapeGame escapeGame
)

Should be called when the user taps on this interactable.

Implementation

ActionResult onTap(EscapeGame escapeGame) => _onTap(escapeGame);