(LobbyPlayer questPlayer)
| 249 | } |
| 250 | |
| 251 | public int getGamesWonBy(LobbyPlayer questPlayer) { |
| 252 | return getMatch().getGamesWonBy(questPlayer); |
| 253 | } |
| 254 | |
| 255 | public Deck getDeck(final PlayerView pv) { |
| 256 | for (final RegisteredPlayer rp : getMatch().getPlayers()) { |