Implementing new function in all classes implementing Player

This commit is contained in:
Tyler Moore 2018-10-04 14:16:52 -07:00
parent c5cedc2aba
commit 4057cc2859
4 changed files with 9 additions and 3 deletions

View file

@ -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();