Add 'EDH power level' rating to Commander tables

This commit is contained in:
spjspj 2016-11-20 23:13:16 +11:00
parent 7d60d884c3
commit 7fd2eeedcf
6 changed files with 326 additions and 2 deletions

View file

@ -67,4 +67,8 @@ public abstract class DeckValidator implements Serializable {
}
}
}
public int getEdhPowerLevel(Deck deck) {
return 0;
}
}