forked from External/mage
Refactoring
See github line by line comments in 'File changed'
This commit is contained in:
parent
c526306c5b
commit
01bb9572e9
21 changed files with 31 additions and 34 deletions
|
|
@ -34,8 +34,8 @@ package mage.counters;
|
|||
*/
|
||||
public class BoostCounter extends Counter {
|
||||
|
||||
protected int power;
|
||||
protected int toughness;
|
||||
protected final int power;
|
||||
protected final int toughness;
|
||||
|
||||
public BoostCounter(int power, int toughness) {
|
||||
this(power, toughness, 1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue