This commit is contained in:
Paul Gross
2020-04-22 14:10:31 +02:00
parent e38fe54ad7
commit 3b78dc8b4a
9 changed files with 12 additions and 16 deletions

View File

@@ -22,8 +22,7 @@ public class Pioche<T extends Type> {
Collections.shuffle(cartesPiochables);
}
public CartePiochable<?> piocher() {
public CartePiochable<?> piocher() {
return cartesPiochables.pop();
}
}