Open the booster pack, return contents. @return List, list of cards.
()
| 67 | * @return List, list of cards. |
| 68 | */ |
| 69 | @Override |
| 70 | public List<PaperCard> get() { |
| 71 | return this.open(true, false); |
| 72 | } |
| 73 | |
| 74 | /** |
| 75 | * Like open, can define whether is human or not. |