GUI: added card hints in choose replacement effect dialog

This commit is contained in:
Oleg Agafonov 2024-07-19 00:05:57 +04:00
parent 67ff2da060
commit 7b2e9b390c
7 changed files with 50 additions and 26 deletions

View file

@ -2192,7 +2192,7 @@ public class ComputerPlayer extends PlayerImpl {
}
@Override
public int chooseReplacementEffect(Map<String, String> rEffects, Game game) {
public int chooseReplacementEffect(Map<String, String> effectsMap, Map<String, MageObject> objectsMap, Game game) {
log.debug("chooseReplacementEffect");
//TODO: implement this
return 0;