forked from External/mage
Tests: improved mtgjson's card search in verify, added debug info to mtgjson's data;
This commit is contained in:
parent
6200b43a8d
commit
77209073e9
4 changed files with 46 additions and 19 deletions
|
|
@ -12,4 +12,9 @@ public final class MtgJsonSet {
|
|||
public String name;
|
||||
public String releaseDate;
|
||||
public int totalSetSize;
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return code + " - " + name;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue