From f7428e317d282856d05ffc37b6ba474c5e9973ce Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Sun, 24 Mar 2024 14:32:01 +0100 Subject: feat: damage types --- 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 a4ed8fc..172ce6b 100644 --- a/src/shared.rs +++ b/src/shared.rs @@ -15,6 +15,7 @@ pub mod area_of_effect; pub mod buffs; pub mod champion; pub mod cooldown; +pub mod damage; pub mod faction; pub mod health; pub mod health_event; -- cgit v1.2.3