mirror of
https://github.com/magefree/mage.git
synced 2025-12-28 14:32:06 -08:00
[ELD] Fix Once and Future. Remove unused Player.putInHand method
This commit is contained in:
parent
f5f17cc73e
commit
7c1e823deb
5 changed files with 18 additions and 52 deletions
|
|
@ -2948,11 +2948,6 @@ public class TestPlayer implements Player {
|
|||
computerPlayer.discardToMax(game);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean putInHand(Card card, Game game) {
|
||||
return computerPlayer.putInHand(card, game);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean removeFromHand(Card card, Game game) {
|
||||
return computerPlayer.removeFromHand(card, game);
|
||||
|
|
|
|||
|
|
@ -550,11 +550,6 @@ public class PlayerStub implements Player {
|
|||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean putInHand(Card card, Game game) {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean removeFromHand(Card card, Game game) {
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue