forked from External/mage
[refactor] removed generic parameter from Ability
This commit is contained in:
parent
e43bc35c14
commit
4403934163
663 changed files with 685 additions and 691 deletions
|
|
@ -37,7 +37,7 @@ import mage.game.events.GameEvent;
|
|||
*
|
||||
* @author North
|
||||
*/
|
||||
public class DrawCardControllerTriggeredAbility extends TriggeredAbilityImpl<DrawCardControllerTriggeredAbility> {
|
||||
public class DrawCardControllerTriggeredAbility extends TriggeredAbilityImpl {
|
||||
|
||||
public DrawCardControllerTriggeredAbility(Effect effect, boolean optional) {
|
||||
super(Zone.BATTLEFIELD, effect, optional);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue