Refactor confirmAction

This commit is contained in:
tool4EvEr
2021-05-07 18:14:20 +02:00
parent d6e7d1ffee
commit 3ab7886eab
80 changed files with 135 additions and 102 deletions

View File

@@ -197,7 +197,7 @@ public class PlayerControllerForTests extends PlayerController {
}
@Override
public boolean confirmAction(SpellAbility sa, PlayerActionConfirmMode mode, String message) {
public boolean confirmAction(SpellAbility sa, PlayerActionConfirmMode mode, String message, Map<String, Object> params) {
return true;
}