Gets the players who are still fighting to win.
()
| 398 | * Gets the players who are still fighting to win. |
| 399 | */ |
| 400 | public final PlayerCollection getPlayers() { |
| 401 | return ingamePlayers; |
| 402 | } |
| 403 | |
| 404 | public final PlayerCollection getLostPlayers() { |
| 405 | return lostPlayers; |
no outgoing calls