(LobbyPlayer questPlayer)
| 237 | //TODO: Find better ways to make this information available to all GUIs without using the Game class |
| 238 | |
| 239 | public boolean isMatchWonBy(LobbyPlayer questPlayer) { |
| 240 | return getMatch().isWonBy(questPlayer); |
| 241 | } |
| 242 | |
| 243 | public Iterable<GameOutcome> getOutcomesOfMatch() { |
| 244 | return getMatch().getOutcomes(); |
no test coverage detected