aboutsummaryrefslogtreecommitdiffstats
path: root/src/shared.rs
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2024-03-17 16:32:22 +0100
committerLibravatar Alexander Foremny <aforemny@posteo.de>2024-03-17 16:32:22 +0100
commit312aa627052c24e0aa1948e584c046bc15f18c96 (patch)
treeff74e110ae4481979352962985e75fb5ae99dfe9 /src/shared.rs
parente228208de62f8abf1744f389271168d996a10b25 (diff)
feat: add damage indicators
Diffstat (limited to 'src/shared.rs')
-rw-r--r--src/shared.rs1
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;