(GameOutcome lastGameOutcome)
| 2317 | } |
| 2318 | |
| 2319 | public void startGame(GameOutcome lastGameOutcome) { |
| 2320 | startGame(lastGameOutcome, null); |
| 2321 | } |
| 2322 | public void startGame(GameOutcome lastGameOutcome, Runnable startGameHook) { |
| 2323 | Player first = determineFirstTurnPlayer(lastGameOutcome); |
| 2324 |
nothing calls this directly
no test coverage detected