mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 04:42:07 -08:00
some fixes.
This commit is contained in:
parent
63d8231928
commit
ec51f30d37
6 changed files with 17 additions and 16 deletions
|
|
@ -220,4 +220,9 @@ public class CardView implements Serializable {
|
|||
public List<UUID> getTargets() {
|
||||
return targets;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return getName() + " [" + getId() + "]";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue