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