Rarity constants no longer needed

This commit is contained in:
Maxmtg
2011-10-04 12:24:53 +00:00
parent ae3df30db8
commit 41d907b6a8

View File

@@ -126,14 +126,6 @@ public interface Constant {
String[] BasicLands = {"Plains", "Island", "Swamp", "Mountain", "Forest"};
}
public interface Rarity {
String Common = "Common";
String Uncommon = "Uncommon";
String Rare = "Rare";
String Mythic = "Mythic";
String Land = "Land";
}
public interface Quest {
boolean[] fantasyQuest = new boolean[1];