Example #1
0
 @Override
 public boolean play(
     Player currentPlayer,
     List<Player> players,
     UserInterface userInterface,
     Deck deck,
     Discard discard,
     Turn turn) {
   currentPlayer.addInPlay(this);
   return true;
 }