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 6f01f85..f5a813e 100644 --- a/src/shared.rs +++ b/src/shared.rs @@ -13,6 +13,7 @@ pub mod ability; pub mod champion; pub mod cooldown; pub mod health; +pub mod health_event; pub mod imperative; pub mod projectile; |