forked from External/mage
[refactoring][minor] Replaced all tabs with four spaces.
This commit is contained in:
parent
e646e4768d
commit
239a4fb100
2891 changed files with 79411 additions and 79411 deletions
|
|
@ -36,19 +36,19 @@ import java.util.UUID;
|
|||
*/
|
||||
public class MindRot extends mage.sets.magic2010.MindRot {
|
||||
|
||||
public MindRot(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.cardNumber = 105;
|
||||
this.expansionSetCode = "M11";
|
||||
}
|
||||
public MindRot(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.cardNumber = 105;
|
||||
this.expansionSetCode = "M11";
|
||||
}
|
||||
|
||||
public MindRot(final MindRot card) {
|
||||
super(card);
|
||||
}
|
||||
public MindRot(final MindRot card) {
|
||||
super(card);
|
||||
}
|
||||
|
||||
@Override
|
||||
public MindRot copy() {
|
||||
return new MindRot(this);
|
||||
}
|
||||
@Override
|
||||
public MindRot copy() {
|
||||
return new MindRot(this);
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue