Esempio n. 1
0
 protected void finishGame() {
   // TODO remove game from active table if it's there
   dbHelper.removeActiveGame(this);
   dbHelper.markGameWon(this);
 }