mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 13:02:06 -08:00
Implemented Mishra's Self Replicator
This commit is contained in:
parent
bf4553a654
commit
d753cffb01
3 changed files with 80 additions and 0 deletions
|
|
@ -50,6 +50,10 @@ public class ReturnSourceFromGraveyardToHandEffect extends OneShotEffect {
|
|||
super(effect);
|
||||
}
|
||||
|
||||
public ReturnSourceFromGraveyardToHandEffect() {
|
||||
throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
|
||||
}
|
||||
|
||||
@Override
|
||||
public ReturnSourceFromGraveyardToHandEffect copy() {
|
||||
return new ReturnSourceFromGraveyardToHandEffect(this);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue