TapUpInfo.fromDetails constructor

TapUpInfo.fromDetails(
  1. Game game,
  2. TapUpDetails raw
)

Implementation

TapUpInfo.fromDetails(
  Game game,
  TapUpDetails raw,
) : super(game, raw.globalPosition, raw);