From ec17616f8d6041ac5d93a786edec0f5d0f969a46 Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Mon, 18 Mar 2024 04:58:00 +0100 Subject: feat: speed ability --- src/shared.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/shared.rs') diff --git a/src/shared.rs b/src/shared.rs index a06ff3e..678c592 100644 --- a/src/shared.rs +++ b/src/shared.rs @@ -10,6 +10,8 @@ use serde::Serialize; use std::default::Default; pub mod ability; +pub mod activation; +pub mod buffs; pub mod champion; pub mod cooldown; pub mod health; @@ -17,6 +19,7 @@ pub mod health_event; pub mod imperative; pub mod player; pub mod projectile; +pub mod stats; pub const KEY: [u8; 32] = [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -- cgit v1.2.3