Show "Waiting for opponent..." while you wait for the other player to choose whether to go first or keep their first hand

This commit is contained in:
drdev
2015-06-13 19:12:39 +00:00
parent c1c427d31e
commit 3e6d5cd3e9
5 changed files with 29 additions and 0 deletions

View File

@@ -659,4 +659,13 @@ public class PlayerControllerForTests extends PlayerController {
public void autoPassCancel() {
// Not used by the controller for tests
}
@Override
public void awaitNextInput() {
// Not used by the controller for tests
}
@Override
public void cancelAwaitNextInput() {
// Not used by the controller for tests
}
}