mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
Rarity constants no longer needed
This commit is contained in:
@@ -126,14 +126,6 @@ public interface Constant {
|
|||||||
String[] BasicLands = {"Plains", "Island", "Swamp", "Mountain", "Forest"};
|
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 {
|
public interface Quest {
|
||||||
boolean[] fantasyQuest = new boolean[1];
|
boolean[] fantasyQuest = new boolean[1];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user