forked from External/mage
[C16] Implemented Partner ability.
This commit is contained in:
parent
dfc72a9adb
commit
c38f96ae55
13 changed files with 161 additions and 127 deletions
|
|
@ -645,16 +645,16 @@ public interface Player extends MageItem, Copyable<Player> {
|
|||
/**
|
||||
* Set the commanderId of the player
|
||||
*
|
||||
* @param commanderId
|
||||
* @param commandersIds
|
||||
*/
|
||||
void setCommanderId(UUID commanderId);
|
||||
void addCommanderId(UUID commanderId);
|
||||
|
||||
/**
|
||||
* Get the commanderId of the player
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
UUID getCommanderId();
|
||||
Set<UUID> getCommandersIds();
|
||||
|
||||
/**
|
||||
* Moves cards from one zone to another
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue