mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +00:00
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:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user