- Initial checkin for Winston Draft mode. The menu item for Winston Draft is currently commented out, but it should be functional even though the AI is randomnly taking piles based on pile size.

This commit is contained in:
Sol
2014-06-05 02:39:48 +00:00
parent cc79d33206
commit e04b64f7be
21 changed files with 1117 additions and 33 deletions

View File

@@ -105,4 +105,9 @@ public class BoosterDraftTest implements IBoosterDraft {
public void finishedDrafting() {
}
@Override
public boolean isPileDraft() {
return false;
}
}