diff options
author | Alexander Foremny <aforemny@posteo.de> | 2024-03-17 16:32:22 +0100 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2024-03-17 16:32:22 +0100 |
commit | 312aa627052c24e0aa1948e584c046bc15f18c96 (patch) | |
tree | ff74e110ae4481979352962985e75fb5ae99dfe9 /src/shared.rs | |
parent | e228208de62f8abf1744f389271168d996a10b25 (diff) |
feat: add damage indicators
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; |