forked from External/mage
Implementing new function in all classes implementing Player
This commit is contained in:
parent
c5cedc2aba
commit
4057cc2859
4 changed files with 9 additions and 3 deletions
|
|
@ -357,7 +357,7 @@ public interface Player extends MageItem, Copyable<Player> {
|
|||
* @param game
|
||||
* @return
|
||||
*/
|
||||
boolean lookAtAllLibraries(Ability source, Game game);
|
||||
void lookAtAllLibraries(Ability source, Game game);
|
||||
|
||||
boolean canPlayLand();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue