forked from External/mage
TestPlayer declareBlocker fix
This commit is contained in:
parent
a7d662d73e
commit
bd2a2eebf4
1 changed files with 5 additions and 0 deletions
|
|
@ -2007,6 +2007,11 @@ public class TestPlayer implements Player {
|
|||
computerPlayer.declareBlocker(defenderId, blockerId, attackerId, game);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void declareBlocker(UUID defenderId, UUID blockerId, UUID attackerId, Game game, boolean allowUndo) {
|
||||
computerPlayer.declareBlocker(defenderId, blockerId, attackerId, game, allowUndo);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean searchLibrary(TargetCardInLibrary target, Game game) {
|
||||
return computerPlayer.searchLibrary(target, game);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue