forked from External/mage
Implement booster collation for BRO (#10364)
This commit is contained in:
parent
c6a54c5a66
commit
85236b3455
2 changed files with 180 additions and 5 deletions
|
|
@ -6,5 +6,5 @@ import java.util.List;
|
|||
* @author TheElk801
|
||||
*/
|
||||
public interface BoosterCollator {
|
||||
public List<String> makeBooster();
|
||||
List<String> makeBooster();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue