fix error

This commit is contained in:
theelk801 2025-05-16 14:35:41 -04:00
parent bb302c0943
commit 254daea2e8
2 changed files with 4 additions and 4 deletions

View file

@ -82,7 +82,7 @@ public interface Card extends MageObject, Ownerable {
return null;
}
default Card getMeldsToCard() {
default MeldCard getMeldsToCard() {
return null;
}