mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 19:41:59 -08:00
* UI: added playable card marks in look-at windows;
This commit is contained in:
parent
ff1299cca9
commit
cde9957f54
15 changed files with 200 additions and 122 deletions
|
|
@ -2899,7 +2899,7 @@ public class TestPlayer implements Player {
|
|||
}
|
||||
|
||||
@Override
|
||||
public Set<UUID> getPlayableObjects(Game game, Zone zone) {
|
||||
public Map<UUID, Integer> getPlayableObjects(Game game, Zone zone) {
|
||||
return computerPlayer.getPlayableObjects(game, zone);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1048,7 +1048,7 @@ public class PlayerStub implements Player {
|
|||
}
|
||||
|
||||
@Override
|
||||
public Set<UUID> getPlayableObjects(Game game, Zone zone) {
|
||||
public Map<UUID, Integer> getPlayableObjects(Game game, Zone zone) {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue