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

@@ -872,4 +872,13 @@ public class PlayerControllerAi extends PlayerController {
public void autoPassCancel() {
// Do nothing
}
@Override
public void awaitNextInput() {
// Do nothing
}
@Override
public void cancelAwaitNextInput() {
// Do nothing
}
}