diff options
author | Alexander Foremny <aforemny@posteo.de> | 2024-03-22 15:53:45 +0100 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2024-03-22 16:42:41 +0100 |
commit | 7f962b034f888135ce618e03bea40a08b57a68c7 (patch) | |
tree | c9038a12b2712690a2e96a526814dc2ba1c0e9e4 /src/shared.rs | |
parent | 2d8740b1e29fc356fbe88cea21059ec83d8c0cf0 (diff) |
feat: nexuses
Diffstat (limited to 'src/shared.rs')
-rw-r--r-- | src/shared.rs | 2 |
1 files changed, 2 insertions, 0 deletions
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; |