Drag the current spellability closer to the GUI so that it can be (eventually) displayed

This commit is contained in:
pfps
2017-01-18 16:37:41 +00:00
parent 330dc48564
commit 43b99d130a
14 changed files with 122 additions and 85 deletions

View File

@@ -496,7 +496,7 @@ public class PlayerControllerForTests extends PlayerController {
}
@Override
public boolean confirmPayment(CostPart costPart, String string) {
public boolean confirmPayment(CostPart costPart, String string, SpellAbility ability) {
return true;
}
@@ -564,7 +564,7 @@ public class PlayerControllerForTests extends PlayerController {
}
@Override
public Map<GameEntity, CounterType> chooseProliferation() {
public Map<GameEntity, CounterType> chooseProliferation(final SpellAbility sa) {
// TODO Auto-generated method stub
return null;
}