record-daemon: refactor to record raw league data
This commit is contained in:
@@ -8,7 +8,6 @@ mod auth;
|
||||
mod client;
|
||||
mod endpoints;
|
||||
mod events;
|
||||
mod mappings;
|
||||
mod state;
|
||||
mod tls;
|
||||
mod websocket;
|
||||
@@ -33,6 +32,5 @@ pub use events::{
|
||||
ObjectiveEvent, ObjectiveType, PlayerChampionSelection, PlayerGameMetadata, PlayerIdentity,
|
||||
QueueInfo, RunePage, RuneSlot, SummonerSpells, TeamMember,
|
||||
};
|
||||
pub use mappings::{champion_id_to_name, map_id_to_name, spell_id_to_name};
|
||||
pub use state::{ClientState, GameflowPhase};
|
||||
pub use websocket::{parse_event_from_uri, parse_websocket_message};
|
||||
|
||||
Reference in New Issue
Block a user