mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
- Remove compiler warning from forge.deck.generate.Generate5ColorDeck.
This commit is contained in:
@@ -426,11 +426,11 @@ public class Generate5ColorDeck {
|
||||
|
||||
private class DLnd {
|
||||
public String Name;
|
||||
public String Mana;
|
||||
//public String Mana;
|
||||
|
||||
public DLnd(String nm, String mn) {
|
||||
Name = nm;
|
||||
Mana = mn;
|
||||
//Mana = mn;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user