1 2 3 4 5 6 7
//! # League of Legends Endpoints pub mod champions; pub mod items; pub mod spells; crate::endpoint::game_endpoints!("lol");