diff options
author | Alexander Foremny <aforemny@posteo.de> | 2024-03-18 04:58:00 +0100 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2024-03-18 07:02:29 +0100 |
commit | ec17616f8d6041ac5d93a786edec0f5d0f969a46 (patch) | |
tree | c3a1738aa715f33438591904310c1fca3f475349 /src/shared.rs | |
parent | 937e1ed8d240c1a5b42f5b8cf1104321b9d79c4a (diff) |
feat: speed ability
Diffstat (limited to 'src/shared.rs')
-rw-r--r-- | src/shared.rs | 3 |
1 files changed, 3 insertions, 0 deletions
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, |