mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
Enlist first part
This commit is contained in:
@@ -224,6 +224,11 @@ public class PlayerControllerForTests extends PlayerController {
|
||||
return Lists.newArrayList(attackers);
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<Card> enlistAttackers(List<Card> attackers) {
|
||||
return Lists.newArrayList();
|
||||
}
|
||||
|
||||
@Override
|
||||
public CardCollection orderBlocker(final Card attacker, final Card blocker, final CardCollection oldBlockers) {
|
||||
final CardCollection allBlockers = new CardCollection(oldBlockers);
|
||||
|
||||
Reference in New Issue
Block a user