()
| 1994 | } |
| 1995 | |
| 1996 | public final void concede() { // No cantLose checks - just lose |
| 1997 | setOutcome(PlayerOutcome.concede()); |
| 1998 | } |
| 1999 | |
| 2000 | public final void intentionalDraw() { |
| 2001 | setOutcome(PlayerOutcome.draw()); |
nothing calls this directly
no test coverage detected