forked from External/mage
Make BoosterCollator not share state between tables on a server (#8312)
This commit is contained in:
parent
bcb42b8f46
commit
384051d9eb
14 changed files with 712 additions and 1406 deletions
|
|
@ -6,8 +6,5 @@ import java.util.List;
|
|||
* @author TheElk801
|
||||
*/
|
||||
public interface BoosterCollator {
|
||||
|
||||
public void shuffle();
|
||||
|
||||
public List<String> makeBooster();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue