aboutsummaryrefslogtreecommitdiffstats
path: root/src/shared.rs
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2024-03-24 14:32:01 +0100
committerLibravatar Alexander Foremny <aforemny@posteo.de>2024-03-24 14:34:41 +0100
commitf7428e317d282856d05ffc37b6ba474c5e9973ce (patch)
treecf016b07c1145ad4b62c210eb739085c0639f407 /src/shared.rs
parent1751960338fc7a08fec438a9b53c78118a35063a (diff)
feat: damage types
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 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;