()
| 342 | } |
| 343 | |
| 344 | private playTicTacToe_tryAgain(): void{ |
| 345 | this.startTicTacToe(); |
| 346 | this.update(); |
| 347 | this.getGame().updatePlace(); |
| 348 | } |
| 349 | |
| 350 | private playTicTacToeSign(xIndex: number, yIndex: number): void{ |
| 351 | // Add the sign |
nothing calls this directly
no test coverage detected