forked from External/mage
[refactor] removed generic from Counter
This commit is contained in:
parent
5870b0ed7d
commit
545e4298b7
53 changed files with 55 additions and 56 deletions
|
|
@ -32,7 +32,7 @@ package mage.counters;
|
|||
*
|
||||
* @author BetaSteward_at_googlemail.com
|
||||
*/
|
||||
public abstract class BoostCounter<T extends BoostCounter<T>> extends Counter<T> {
|
||||
public abstract class BoostCounter extends Counter {
|
||||
|
||||
protected int power;
|
||||
protected int toughness;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue