From 7f962b034f888135ce618e03bea40a08b57a68c7 Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Fri, 22 Mar 2024 15:53:45 +0100 Subject: feat: nexuses --- src/shared.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/shared.rs') diff --git a/src/shared.rs b/src/shared.rs index 629ad7b..a4ed8fc 100644 --- a/src/shared.rs +++ b/src/shared.rs @@ -15,11 +15,13 @@ pub mod area_of_effect; pub mod buffs; pub mod champion; pub mod cooldown; +pub mod faction; pub mod health; pub mod health_event; pub mod immovable; pub mod imperative; pub mod minion; +pub mod nexus; pub mod player; pub mod projectile; pub mod shape; -- cgit v1.2.3