Fixed wrong MtgJsonV4 data format (#5415);

This commit is contained in:
Oleg Agafonov 2018-12-07 02:55:27 +04:00
parent a922cb4d07
commit 41a2573319
8 changed files with 69 additions and 102 deletions

View file

@ -0,0 +1,6 @@
package mage.verify;
public class JsonMeta {
public String date;
public String version;
}