diff options
author | Alexander Foremny <aforemny@posteo.de> | 2024-03-19 14:13:16 +0100 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2024-03-19 15:12:22 +0100 |
commit | 2d21d709901c96b05d7f0169dd9d1207436c658c (patch) | |
tree | 8f1a094c46e96e13a0a5395ba69c0eb402555133 /src/shared.rs | |
parent | 2e39423d11a6cd1e25b54c30d9afd22e8eff9dfe (diff) |
feat: area of effect
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; |