mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 21:02:08 -08:00
Fixed wrong MtgJsonV4 data format (#5415);
This commit is contained in:
parent
a922cb4d07
commit
41a2573319
8 changed files with 69 additions and 102 deletions
6
Mage.Verify/src/main/java/mage/verify/JsonMeta.java
Normal file
6
Mage.Verify/src/main/java/mage/verify/JsonMeta.java
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
package mage.verify;
|
||||
|
||||
public class JsonMeta {
|
||||
public String date;
|
||||
public String version;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue