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