diff options
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, |