mirror of
https://github.com/magefree/mage.git
synced 2025-12-29 23:12:10 -08:00
[refactor] removed generic parmaeter from LevelerCard
This commit is contained in:
parent
14fa5b0f57
commit
c925b649b3
22 changed files with 22 additions and 23 deletions
|
|
@ -35,9 +35,8 @@ import mage.constants.Rarity;
|
|||
/**
|
||||
*
|
||||
* @author BetaSteward_at_googlemail.com
|
||||
* @param <T>
|
||||
*/
|
||||
public abstract class LevelerCard<T extends LevelerCard<T>> extends CardImpl {
|
||||
public abstract class LevelerCard extends CardImpl {
|
||||
|
||||
private int maxLevelCounters;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue