mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
small fix
This commit is contained in:
parent
590e412550
commit
ef947493db
1 changed files with 2 additions and 2 deletions
|
|
@ -170,7 +170,7 @@ public interface Card extends MageObject {
|
|||
|
||||
/**
|
||||
*
|
||||
* @return The main card of a split half card, otherwise thae card itself is
|
||||
* @return The main card of a split half card, otherwise the card itself is
|
||||
* returned
|
||||
*/
|
||||
Card getMainCard();
|
||||
|
|
@ -181,7 +181,7 @@ public interface Card extends MageObject {
|
|||
*
|
||||
* @return
|
||||
*/
|
||||
default FilterMana getColorIdentity();
|
||||
FilterMana getColorIdentity();
|
||||
|
||||
List<UUID> getAttachments();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue