From 885d0bf2c02fc69fc890765d65067c01741ce47b Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Sun, 17 Mar 2024 13:37:58 +0100 Subject: chore: refactor abilities --- 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 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; -- cgit v1.2.3