forked from External/mage
fix error
This commit is contained in:
parent
bb302c0943
commit
254daea2e8
2 changed files with 4 additions and 4 deletions
|
|
@ -82,7 +82,7 @@ public interface Card extends MageObject, Ownerable {
|
|||
return null;
|
||||
}
|
||||
|
||||
default Card getMeldsToCard() {
|
||||
default MeldCard getMeldsToCard() {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue