suppert mtgjson v4

This commit is contained in:
Ingmar Goudt 2018-11-23 19:21:03 +01:00
parent 2e17cb334e
commit d9b25cbac1
10 changed files with 136 additions and 21 deletions

View file

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