From 312aa627052c24e0aa1948e584c046bc15f18c96 Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Sun, 17 Mar 2024 16:32:22 +0100 Subject: feat: add damage indicators --- src/shared.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/shared.rs') 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; -- cgit v1.2.3