forked from External/mage
Drafts: refactor to use same pack/pick number logic (#8039);
This commit is contained in:
parent
400acae0c1
commit
06ae494c5b
10 changed files with 41 additions and 52 deletions
|
|
@ -69,11 +69,6 @@ public class DraftPlayer {
|
|||
picking = false;
|
||||
}
|
||||
|
||||
// public void openBooster(ExpansionSet set) {
|
||||
// synchronized(booster) {
|
||||
// booster = set.createBooster();
|
||||
// }
|
||||
// }
|
||||
public void setBooster(List<Card> booster) {
|
||||
this.booster = booster;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue