ForcePressInfo.fromDetails constructor
ForcePressInfo.fromDetails(
- Game game,
- ForcePressDetails raw
Implementation
ForcePressInfo.fromDetails(
Game game,
ForcePressDetails raw,
) : super(game, raw.globalPosition, raw);