* Some minor changes.

This commit is contained in:
LevelX2 2018-05-31 14:16:07 +02:00
parent 002556e1e5
commit a46b6eadd5
4 changed files with 13 additions and 11 deletions

View file

@ -795,6 +795,7 @@ public interface Player extends MageItem, Copyable<Player> {
* @param withName
* @return
*/
@Deprecated
boolean moveCardToExileWithInfo(Card card, UUID exileId, String exileName, UUID sourceId, Game game, Zone fromZone, boolean withName);
/**