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 678c592..8ec056d 100644 --- a/src/shared.rs +++ b/src/shared.rs @@ -11,6 +11,7 @@ use std::default::Default; pub mod ability; pub mod activation; +pub mod area_of_effect; pub mod buffs; pub mod champion; pub mod cooldown; |