changed collation to strings to allow non-int collector numbers

This commit is contained in:
Evan Kranzler 2021-02-12 20:14:43 -05:00
parent 1239a0299b
commit 073ec1cdb9
6 changed files with 34 additions and 34 deletions

View file

@ -9,5 +9,5 @@ public interface BoosterCollator {
public void shuffle();
public List<Integer> makeBooster();
public List<String> makeBooster();
}