mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 12:49:39 -08:00
PlayerStub declareBlocker fix
This commit is contained in:
parent
bd2a2eebf4
commit
994771049c
1 changed files with 5 additions and 0 deletions
|
|
@ -993,6 +993,11 @@ public class PlayerStub implements Player {
|
|||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void declareBlocker(UUID defenderId, UUID blockerId, UUID attackerId, Game game, boolean allowUndo) {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<Permanent> getAvailableAttackers(Game game) {
|
||||
return null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue