[FIN] Implement Memories Returning

This commit is contained in:
theelk801 2025-05-27 16:58:24 -04:00
parent 5e03fda7e9
commit 85d85a4b17
36 changed files with 168 additions and 40 deletions

View file

@ -3240,8 +3240,8 @@ public class TestPlayer implements Player {
}
@Override
public boolean putCardsOnBottomOfLibrary(Card card, Game game, Ability source, boolean anyOrder) {
return computerPlayer.putCardsOnBottomOfLibrary(card, game, source, anyOrder);
public boolean putCardsOnBottomOfLibrary(Card card, Game game, Ability source) {
return computerPlayer.putCardsOnBottomOfLibrary(card, game, source);
}
@Override