A lot of fixes in cards.txt and the CardFactories, removed all warnings.

This commit is contained in:
jendave
2011-08-06 02:45:22 +00:00
parent e74ef54912
commit a48a6f43bb
12 changed files with 125 additions and 116 deletions

View File

@@ -20,9 +20,11 @@ public class Deck implements Serializable {
private String deckType;
/*
private boolean isRegular;
private boolean isSealed;
private boolean isDraft;
*/
private ArrayList<String> main;
private ArrayList<String> sideboard;