forked from External/mage
[refactor] removed generic parameter from Effects
This commit is contained in:
parent
c36a7331a0
commit
c5f7db441e
2040 changed files with 2264 additions and 2265 deletions
|
|
@ -106,7 +106,7 @@ public class ChandraPyromaster extends CardImpl<ChandraPyromaster> {
|
|||
}
|
||||
}
|
||||
|
||||
class ChandraPyromasterEffect1 extends OneShotEffect<ChandraPyromasterEffect1> {
|
||||
class ChandraPyromasterEffect1 extends OneShotEffect {
|
||||
|
||||
public ChandraPyromasterEffect1() {
|
||||
super(Outcome.Damage);
|
||||
|
|
@ -192,7 +192,7 @@ class ChandraPyromasterTarget extends TargetPermanent<ChandraPyromasterTarget> {
|
|||
}
|
||||
}
|
||||
|
||||
class ChandraPyromasterEffect2 extends OneShotEffect<ChandraPyromasterEffect2> {
|
||||
class ChandraPyromasterEffect2 extends OneShotEffect {
|
||||
|
||||
public ChandraPyromasterEffect2() {
|
||||
super(Outcome.Detriment);
|
||||
|
|
@ -224,7 +224,7 @@ class ChandraPyromasterEffect2 extends OneShotEffect<ChandraPyromasterEffect2> {
|
|||
}
|
||||
}
|
||||
|
||||
class ChandraPyromasterCastFromExileEffect extends AsThoughEffectImpl<ChandraPyromasterCastFromExileEffect> {
|
||||
class ChandraPyromasterCastFromExileEffect extends AsThoughEffectImpl {
|
||||
|
||||
private UUID cardId;
|
||||
|
||||
|
|
@ -274,7 +274,7 @@ class ChandraPyromasterCastFromExileEffect extends AsThoughEffectImpl<ChandraPyr
|
|||
}
|
||||
}
|
||||
|
||||
class ChandraPyromasterEffect3 extends OneShotEffect<ChandraPyromasterEffect3> {
|
||||
class ChandraPyromasterEffect3 extends OneShotEffect {
|
||||
|
||||
public ChandraPyromasterEffect3() {
|
||||
super(Outcome.PutCardInPlay);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue