TapDownInfo.fromDetails constructor

TapDownInfo.fromDetails(
  1. Game game,
  2. TapDownDetails raw
)

Implementation

TapDownInfo.fromDetails(
  Game game,
  TapDownDetails raw,
) : super(game, raw.globalPosition, raw);