forked from External/mage
...
This commit is contained in:
parent
df642c2bd5
commit
3fa0e8b8f4
544 changed files with 13327 additions and 3074 deletions
|
|
@ -32,7 +32,7 @@ package mage.counters;
|
|||
*
|
||||
* @author BetaSteward_at_googlemail.com
|
||||
*/
|
||||
public class BoostCounter extends Counter {
|
||||
public class BoostCounter<T extends BoostCounter<T>> extends Counter<T> {
|
||||
|
||||
protected int power;
|
||||
protected int toughness;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue