mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00: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…
Reference in a new issue