forked from External/mage
Fixed wrong MtgJsonV4 data format (#5415);
This commit is contained in:
parent
a922cb4d07
commit
41a2573319
8 changed files with 69 additions and 102 deletions
|
|
@ -1,19 +0,0 @@
|
|||
package mage.verify;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
public class Legality {
|
||||
@JsonProperty("1v1")
|
||||
public String oneVersusOne;
|
||||
public String commander;
|
||||
public String duel;
|
||||
public String legacy;
|
||||
public String penny;
|
||||
public String vintage;
|
||||
public String frontier;
|
||||
public String modern;
|
||||
public String pauper;
|
||||
public String brawl;
|
||||
public String future;
|
||||
public String standard;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue