[SWS] Added Star Wars Block Format.

This commit is contained in:
LevelX2 2016-10-03 10:26:30 +02:00
parent 76ca7cd7f4
commit 16027d5fef

View file

@ -0,0 +1,21 @@
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package mage.deck;
import mage.cards.decks.Constructed;
/**
*
* @author LevelX2
*/
public class StarWarsBlock extends Constructed {
public StarWarsBlock() {
super("Constructed Custom - Star Wars Block");
setCodes.add("SWS");
}
}