diff options
Diffstat (limited to 'src/shared.rs')
-rw-r--r-- | src/shared.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared.rs b/src/shared.rs index a7a2d16..6f01f85 100644 --- a/src/shared.rs +++ b/src/shared.rs @@ -9,6 +9,7 @@ use serde::Deserialize; use serde::Serialize; use std::default::Default; +pub mod ability; pub mod champion; pub mod cooldown; pub mod health; |