forked from External/mage
Removed obsolete Zone parameter in CardsImpl constructors.
This commit is contained in:
parent
65f4b4c2d7
commit
3dcdd7f046
66 changed files with 174 additions and 217 deletions
|
|
@ -4,12 +4,11 @@ import java.util.UUID;
|
|||
|
||||
import mage.cards.Card;
|
||||
import mage.cards.CardsImpl;
|
||||
import mage.constants.Zone;
|
||||
|
||||
public class Graveyard extends CardsImpl {
|
||||
|
||||
public Graveyard() {
|
||||
super(Zone.GRAVEYARD);
|
||||
super();
|
||||
}
|
||||
|
||||
public Graveyard(final Graveyard graveyard) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue