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