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
|
|
@ -7,7 +7,7 @@ import mage.counters.Counter;
|
|||
*
|
||||
* @author Loki
|
||||
*/
|
||||
public class DevotionCounter extends Counter<DevotionCounter> {
|
||||
public class DevotionCounter extends Counter {
|
||||
|
||||
public DevotionCounter() {
|
||||
super("Devotion");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue