record-daemon: refactor client.rs
This commit is contained in:
@@ -7,6 +7,7 @@ mod auth;
|
||||
mod client;
|
||||
mod endpoints;
|
||||
mod events;
|
||||
mod items;
|
||||
mod mappings;
|
||||
mod metadata;
|
||||
mod state;
|
||||
@@ -27,6 +28,7 @@ pub use events::{
|
||||
ObjectiveEvent, ObjectiveType, PlayerChampionSelection, PlayerGameMetadata, PlayerIdentity,
|
||||
QueueInfo, RunePage, RuneSlot, SummonerSpells, TeamMember,
|
||||
};
|
||||
pub use items::{parse_items_from_game_stats, parse_items_from_live_client};
|
||||
pub use mappings::{champion_id_to_name, map_id_to_name, spell_id_to_name};
|
||||
pub use metadata::{GameEndMetadata, PreGameMetadata};
|
||||
pub use state::{ClientState, GameflowPhase};
|
||||
|
||||
Reference in New Issue
Block a user