This commit is contained in:
BetaSteward 2010-03-21 03:54:48 +00:00
parent 2aaa8312f4
commit 41d9cb30de
5 changed files with 20 additions and 5 deletions

View file

@ -347,6 +347,7 @@ public class GameController implements GameCallback {
return new CardsView(cards.values());
}
@Override
public void gameResult(String result) {
endGame(result);
}