Add AI idea

This commit is contained in:
tool4EvEr
2023-01-21 18:30:18 +01:00
parent fcc9c25725
commit 647fcdb17d

View File

@@ -341,6 +341,7 @@ public class PlayerControllerAi extends PlayerController {
@Override
public List<Card> enlistAttackers(List<Card> attackers) {
// not able yet
// TODO get best creature that can't attack and check for lethal with it
return Lists.newArrayList();
}