Expand description
Draft event parsers: bot draft picks, human draft picks, and draft completion.
Each sub-module handles one draft event category:
| Module | Log Signatures | Event Type |
|---|---|---|
bot | BotDraftDraftStatus, BotDraftDraftPick | DraftBotEvent |
human | Draft.Notify, EventPlayerDraftMakePick | DraftHumanEvent |
complete | DraftCompleteDraft | DraftCompleteEvent |