forked from External/mage
added MTGJSON metadata to verify test
This commit is contained in:
parent
213564f8cd
commit
ef8ee52b94
2 changed files with 21 additions and 4 deletions
|
|
@ -0,0 +1,9 @@
|
|||
package mage.verify.mtgjson;
|
||||
|
||||
public final class MtgJsonMetadata {
|
||||
// MTGJSON metadata
|
||||
// https://mtgjson.com/file-models/meta/
|
||||
|
||||
public String date;
|
||||
public String version;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue