aboutsummaryrefslogtreecommitdiffstats
path: root/src/shared.rs
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2024-03-17 13:37:58 +0100
committerLibravatar Alexander Foremny <aforemny@posteo.de>2024-03-17 13:40:26 +0100
commit885d0bf2c02fc69fc890765d65067c01741ce47b (patch)
tree3aaee8b6fb196aa94f46d393d41a2bdf99d6942a /src/shared.rs
parent601474aa84cfc071c724051ac121e3c9cc796577 (diff)
chore: refactor abilities
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 a7a2d16..6f01f85 100644
--- a/src/shared.rs
+++ b/src/shared.rs
@@ -9,6 +9,7 @@ use serde::Deserialize;
use serde::Serialize;
use std::default::Default;
+pub mod ability;
pub mod champion;
pub mod cooldown;
pub mod health;