mirror of
https://github.com/correl/mage.git
synced 2024-12-26 19:16:54 +00:00
fixed an accidental error
This commit is contained in:
parent
95d4f38f49
commit
2252353592
1 changed files with 0 additions and 4 deletions
|
@ -50,10 +50,6 @@ public class ReturnSourceFromGraveyardToHandEffect extends OneShotEffect {
|
||||||
super(effect);
|
super(effect);
|
||||||
}
|
}
|
||||||
|
|
||||||
public ReturnSourceFromGraveyardToHandEffect() {
|
|
||||||
throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public ReturnSourceFromGraveyardToHandEffect copy() {
|
public ReturnSourceFromGraveyardToHandEffect copy() {
|
||||||
return new ReturnSourceFromGraveyardToHandEffect(this);
|
return new ReturnSourceFromGraveyardToHandEffect(this);
|
||||||
|
|
Loading…
Reference in a new issue